FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / CreateResource Method

In This Topic
    CreateResource Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateResource( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Resource As String, _
       ByVal Parent As String, _
       ByVal Overwrite As Boolean, _
       ByVal Contents() As Byte, _
       ByVal MimeType As String, _
       ByVal Properties() As Property _
    ) As ServerInfoHeader
    public ServerInfoHeader CreateResource( 
       BatchHeader BatchHeader,
       string Resource,
       string Parent,
       bool Overwrite,
       byte[] Contents,
       string MimeType,
       Property[] Properties
    )

    Parameters

    BatchHeader
    Resource
    Parent
    Overwrite
    Contents
    MimeType
    Properties
    See Also