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

Gets the statistical data related to the list type fields.

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

Syntax

C#
public DataSet GetStatisticalData(
	int projectId,
	TrackerFieldsNameId tid
)
Visual Basic (Declaration)
Public Function GetStatisticalData ( _
	projectId As Integer, _
	tid As TrackerFieldsNameId _
) As DataSet
Visual C++
public:
DataSet^ GetStatisticalData(
	int projectId, 
	TrackerFieldsNameId tid
)

Parameters

projectId
Type: System..::.Int32
The unique id for the Project.
tid
Type: OfficeClip.Utils..::.TrackerFieldsNameId
tracker field id.

Return Value

the dataset for the statistical data.

See Also