C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / GetViewTitle Method / GetViewTitle() Method

In This Topic
GetViewTitle() Method
In This Topic
Gets a string with a title describing the current view.
Syntax
'Declaration
 
Public Overloads Function GetViewTitle() As String
 

Return Value

A string describing the current view.
Remarks
The string includes the names of the fields currently active and can be used as a caption for charts and reports.
See Also