QuerySummaryFill Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if any date groupings in a summary query should populate periods without any data
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SummaryFill { get; set; }
Public Property SummaryFill As Boolean
Get
Set
public:
virtual property bool SummaryFill {
bool get () sealed;
void set (bool value) sealed;
}
function get_SummaryFill();
function set_SummaryFill(value);
Property Value
Type:
BooleanTrue if any date groupings in a summary query should populate periods without any data
Return Value
Type:
BooleanTrue if any date groupings in a summary query should populate periods without any data
Remarks See Also