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

In This Topic
    SetModelDefinition Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function SetModelDefinition( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Model As String, _
       ByVal Definition() As Byte, _
       ByRef Warnings() As Warning _
    ) As ServerInfoHeader
    public ServerInfoHeader SetModelDefinition( 
       BatchHeader BatchHeader,
       string Model,
       byte[] Definition,
       out Warning[] Warnings
    )

    Parameters

    BatchHeader
    Model
    Definition
    Warnings
    See Also