DrillDownTitle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that defines the title for this DrillDown object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string this[
bool IncludeFilter = false
] { get; set; }
Public Property Title (
Optional IncludeFilter As Boolean = false
) As String
Get
Set
public:
virtual property String^ Title[bool IncludeFilter = false] {
String^ get (bool IncludeFilter = false) sealed;
void set (bool IncludeFilter = false, String^ value) sealed;
}
function get_Title(IncludeFilter);
function set_Title(value);
Parameters
- IncludeFilter (Optional)
- Type: SystemBoolean
True if you want the title returned to include the filter condition applied to the drill down data.
Property Value
Type:
StringThe title for this DrillDown object.
Return Value
Type:
StringThe title for this DrillDown object.
Remarks See Also