DataPA Enterprise Dashboard Controls API Reference
Gets and sets a filter that will be applied to the existing data before data from a new refresh is added

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DashboardFilter CollateFilter { get; set; }
Visual Basic
Public Property CollateFilter As DashboardFilter
	Get
	Set
Visual C++
public:
virtual property DashboardFilter^ CollateFilter {
	DashboardFilter^ get () sealed;
	void set (DashboardFilter^ value) sealed;
}

Property Value

Type: DashboardFilter
A filter that will be applied to the existing data before data from a new refresh is added

Return Value

Type: DashboardFilter
A filter that will be applied to the existing data before data from a new refresh is added

Remarks