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

Returns the metabase related to the tracker information. This helps in creation of the report using the existing infrastructure of the metabase report.

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

Syntax

C#
public DataSet GetTrackerDataForReport(
	int projectId,
	int reportId,
	int currentUserId,
	int currentGroupId
)
Visual Basic (Declaration)
Public Function GetTrackerDataForReport ( _
	projectId As Integer, _
	reportId As Integer, _
	currentUserId As Integer, _
	currentGroupId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetTrackerDataForReport(
	int projectId, 
	int reportId, 
	int currentUserId, 
	int currentGroupId
)

Parameters

projectId
Type: System..::.Int32
the unique id of the project
reportId
Type: System..::.Int32
The unique id of the report
currentUserId
Type: System..::.Int32
The id of the current user
currentGroupId
Type: System..::.Int32
The id of the current group

Return Value

The dataset related to the report

See Also