DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public DashboardFilter SourceDataTableFilter { get; set; } |
| Visual Basic |
|---|
Public Property SourceDataTableFilter As DashboardFilter
Get
Set |
| Visual C++ |
|---|
public:
virtual property DashboardFilter^ SourceDataTableFilter {
DashboardFilter^ get () sealed;
void set (DashboardFilter^ value) sealed;
} |
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