Class QueryAggregateReport
- Namespace
- Dynamicweb.Tracking.Reporting
- Assembly
- Dynamicweb.Core.dll
Represents a subquery with aggregate function.
- Inheritance
-
Query
Aggregate Report
- Inherited Members
Remarks
The Query
Constructors
QueryAggregateReport(ReportQuery, string)
Initializes a new instance of the Query
Parameters
query
ReportQuery Sub query aggregate.
columnName
stringName of the column.
Properties
AllowUnsafeColumnNames
Gets or sets a value indicating whether unsafe column names are allowed.
Property Value
- bool
true
if unsafe column names are allowed; otherwise,false
.
ColumnName
Gets or sets the name of the column.
Property Value
- string
The name of the column.
Label
Gets or sets the label.
Property Value
- string
The label.
Query
Gets or sets the aggregate.
Property Value
- Report
Query The aggregate.