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

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

    Parameters

    Model
    Perspective
    Definition
    See Also