DataProviderGroupColumnSpecifiedGroupSortValues Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection SpecifiedGroupSortValues { get; set; }
Public Property SpecifiedGroupSortValues As Collection
Get
Set
public:
virtual property Collection^ SpecifiedGroupSortValues {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_SpecifiedGroupSortValues();
function set_SpecifiedGroupSortValues(value);
Property Value
Type:
CollectionThe collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Return Value
Type:
CollectionThe collection of values that determins the group order when SortType is SummaryData.SummaryDataSummarySortType.Specified.
Remarks See Also