Click or drag to resize
DrillDownTitle Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that defines the title for this DrillDown object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string this[
	bool IncludeFilter = false
] { get; set; }

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: String
The title for this DrillDown object.

Return Value

Type: String
The title for this DrillDown object.
Remarks