[]
Gets a string with a title describing the current view.
public string GetViewTitle()
| Type | Description |
|---|---|
| string | A string describing the current view. |
The string includes the names of the fields currently active and can be used as a caption for charts and reports.
Gets a localized string with a title describing the current view.
public string GetViewTitle(string by, string and)
| 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. |
| Type | Description |
|---|---|
| string | A string describing the current view. |
The string includes the names of the fields currently active and can be used as a caption for charts and reports.