FieldShowGroupType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates which group column values should be shown in a summary query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FieldShowGroupTypeEnum ShowGroupType { get; set; }
Public Property ShowGroupType As FieldShowGroupTypeEnum
Get
Set
public:
virtual property FieldShowGroupTypeEnum ShowGroupType {
FieldShowGroupTypeEnum get () sealed;
void set (FieldShowGroupTypeEnum value) sealed;
}
function get_ShowGroupType();
function set_ShowGroupType(value);
Property Value
Type:
FieldShowGroupTypeEnumA value that indicates which group column values should be shown in a summary query
Return Value
Type:
FieldShowGroupTypeEnumA value that indicates which group column values should be shown in a summary query
Remarks See Also