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

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

    Parameters

    result
    Definition
    See Also