[]
Gets a string with a title describing the current view.
public string GetViewTitle()
Public Function GetViewTitle() As String
| 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)
Public Function GetViewTitle(by As String, [and] As String) As String
| 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.