GroupColumnIncludeOthers Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if other group values should be included in the group labeled with OtherGroupName when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool IncludeOthers { get; set; }
Public Property IncludeOthers As Boolean
Get
Set
public:
virtual property bool IncludeOthers {
bool get () sealed;
void set (bool value) sealed;
}
function get_IncludeOthers();
function set_IncludeOthers(value);
Property Value
Type:
BooleanTrue if other group values should be included in the group labeled with OtherGroupName when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Return Value
Type:
Booleantrue if if other group values should be included in the group labeled with OtherGroupName when ShowGroupType is not SummaryData.SummaryDataShowGroupType.All.
Remarks See Also