FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / GetDataSourceContentsResponse Class / GetDataSourceContentsResponse Constructor / GetDataSourceContentsResponse Constructor(ServerInfoHeader,DataSourceDefinition)

In This Topic
    GetDataSourceContentsResponse Constructor(ServerInfoHeader,DataSourceDefinition)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal Definition As DataSourceDefinition _
    )
    public GetDataSourceContentsResponse( 
       ServerInfoHeader ServerInfoHeader,
       DataSourceDefinition Definition
    )

    Parameters

    ServerInfoHeader
    Definition
    See Also