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

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

    Parameters

    Resource
    Contents
    MimeType
    See Also