ActiveReports Developer 7
ToString Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CategoryGrouping Class : ToString Method

Glossary Item Box

Returns a String containing the name of the CategoryGrouping, if any. This method should not be overridden.

Syntax

Visual Basic (Declaration) 
Public Function ToString() As System.String
C# 
public System.string ToString()

See Also