[This is preliminary documentation and is subject to change.]
Returns information of reports based on supplied groupid and report type id.
Namespace:
OfficeClip.DBLayer.ReportsAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public DataSet GetRdlReportTypes( int groupId, string reportTypeId, int secondaryId ) |
Visual Basic (Declaration) |
---|
Public Function GetRdlReportTypes ( _ groupId As Integer, _ reportTypeId As String, _ secondaryId As Integer _ ) As DataSet |
Visual C++ |
---|
public: DataSet^ GetRdlReportTypes( int groupId, String^ reportTypeId, int secondaryId ) |
Parameters
- groupId
- Type: System..::.Int32
current session: group id
- reportTypeId
- Type: System..::.String
unique report type id
- secondaryId
- Type: System..::.Int32