Gets a string with a title describing the current view.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public string GetViewTitle()
Visual Basic
Public 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