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

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

    Parameters

    Model
    Definition
    See Also