DataPA Enterprise Dashboard Controls API Reference
Gets and Sets the ResultsSet collection of the refreshed query.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public Collection ResultsSet { get; set; } |
| Visual Basic |
|---|
Public Property ResultsSet As Collection
Get
Set |
| Visual C++ |
|---|
public:
virtual property Collection^ ResultsSet {
Collection^ get () sealed;
void set (Collection^ value) sealed;
} |
Property Value
Type:
CollectionThe ResultsSet collection of the refreshed query.
Return Value
Type:
CollectionThe ResultsSet collection of the refreshed query.
Remarks
See Also