DataPA Enterprise Dashboard Controls 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

C#
public string this[
	bool IncludeFilter = false
] { get; set; }
Visual Basic
Public Property Title ( 
	Optional IncludeFilter As Boolean = false
) As String
	Get
	Set
Visual C++
public:
virtual property String^ Title[bool IncludeFilter = false] {
	String^ get (bool IncludeFilter = false) sealed;
	void set (bool IncludeFilter = false, String^ value) sealed;
}

Parameters

IncludeFilter (Optional)
Type: System..::..Boolean
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