ControlPanelObjectSourceDataTableFilter Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a DashboardFilter object that defines the filter to be applied to the source data table for a drop down list.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardFilter SourceDataTableFilter { get; set; }
Public Property SourceDataTableFilter As DashboardFilter
Get
Set
public:
virtual property DashboardFilter^ SourceDataTableFilter {
DashboardFilter^ get () sealed;
void set (DashboardFilter^ value) sealed;
}
function get_SourceDataTableFilter();
function set_SourceDataTableFilter(value);
Property Value
Type:
DashboardFilterA DashboardFilter object that defines the filter to be applied to the source data table for a drop down list.
Return Value
Type:
DashboardFilterA DashboardFilter object that defines the filter to be applied to the source data table for a drop down list.
Remarks See Also