Gets a localized 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(
	string by,
	string and
)
Visual Basic
Public Function GetViewTitle ( _
	by As String, _
	and As String _
) As String

Parameters

by
Type: System..::..String
String to use as a separator between value and row/column field names.
and
Type: System..::..String
String to use as a separator between row and column field names.

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