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

In This Topic
    EndSetModelDefinition Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndSetModelDefinition( _
       ByVal result As IAsyncResult, _
       ByRef Warnings() As Warning _
    ) As ServerInfoHeader
    public ServerInfoHeader EndSetModelDefinition( 
       IAsyncResult result,
       out Warning[] Warnings
    )

    Parameters

    result
    Warnings
    See Also