[]
        
(Showing Draft Content)

C1.PivotEngine.C1PivotEngine.GetViewTitle

GetViewTitle Method

GetViewTitle()

Gets a string with a title describing the current view.

Declaration
public string GetViewTitle()
Returns
Type Description
string

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.

GetViewTitle(string, string)

Gets a localized string with a title describing the current view.

Declaration
public string GetViewTitle(string by, string and)
Parameters
Type Name Description
string by

String to use as a separator between value and row/column field names.

string and

String to use as a separator between row and column field names.

Returns
Type Description
string

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.