[This is preliminary documentation and is subject to change.]

Returns information of reports based on supplied groupid and report type id.

Namespace:  OfficeClip.DBLayer.Reports
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int GetRdlReportCountByCategory(
	int groupId,
	string categoryId,
	int secondaryId
)
Visual Basic (Declaration)
Public Function GetRdlReportCountByCategory ( _
	groupId As Integer, _
	categoryId As String, _
	secondaryId As Integer _
) As Integer
Visual C++
public:
int GetRdlReportCountByCategory(
	int groupId, 
	String^ categoryId, 
	int secondaryId
)

Parameters

groupId
Type: System..::.Int32
current session: group id
categoryId
Type: System..::.String
secondaryId
Type: System..::.Int32

Return Value

Report Dataset

See Also