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

In This Topic
    GetRenderResource Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetRenderResource( _
       ByVal Format As String, _
       ByVal DeviceInfo As String, _
       ByRef Result() As Byte, _
       ByRef MimeType As String _
    ) As ServerInfoHeader
    public ServerInfoHeader GetRenderResource( 
       string Format,
       string DeviceInfo,
       out byte[] Result,
       out string MimeType
    )

    Parameters

    Format
    DeviceInfo
    Result
    MimeType
    See Also