FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapChannel Interface / BeginSetModelDefinition Method

In This Topic
    BeginSetModelDefinition Method (ReportingService2005SoapChannel)
    In This Topic
    Syntax
    'Declaration
     
    Function BeginSetModelDefinition( _
       ByVal request As SetModelDefinitionRequest, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    IAsyncResult BeginSetModelDefinition( 
       SetModelDefinitionRequest request,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    request
    callback
    asyncState
    See Also