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

In This Topic
    EndGetReportDefinition Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndGetReportDefinition( _
       ByVal result As IAsyncResult, _
       ByRef Definition() As Byte _
    ) As ServerInfoHeader
    public ServerInfoHeader EndGetReportDefinition( 
       IAsyncResult result,
       out byte[] Definition
    )

    Parameters

    result
    Definition
    See Also