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