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

In This Topic
    SetResourceContents Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SetResourceContents( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Resource As String, _
       ByVal Contents() As Byte, _
       ByVal MimeType As String _
    ) As ServerInfoHeader
    public ServerInfoHeader SetResourceContents( 
       BatchHeader BatchHeader,
       string Resource,
       byte[] Contents,
       string MimeType
    )

    Parameters

    BatchHeader
    Resource
    Contents
    MimeType
    See Also