GroupColumnShowGroupValue Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that determins how many values are shown for this group when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int ShowGroupValue { get; set; }
Public Property ShowGroupValue As Integer
Get
Set
public:
virtual property int ShowGroupValue {
int get () sealed;
void set (int value) sealed;
}
function get_ShowGroupValue();
function set_ShowGroupValue(value);
Property Value
Type:
Int32The value that determins how many values are shown for this group when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Return Value
Type:
Int32The value that determins how many values are shown for this group when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Remarks See Also