Returns records count.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Object Count(
	string name,
	params Object[] groups
)
Visual Basic (Declaration)
Public Function Count ( _
	name As String, _
	ParamArray groups As Object() _
) As Object
Visual C++
public:
Object^ Count(
	String^ name, 
	... array<Object^>^ groups
)

Parameters

name
Type: System..::.String
groups
Type: array< System..::.Object >[]()[]

See Also