ColumnSummaries Constructors
Enables you to assign one or more summary functions to a data column in a master-detail report.| Name | Parameters | Description |
|---|---|---|
| ColumnSummaries() | none | Initializes a new instance of the ColumnSummaries class with the default settings. |
| ColumnSummaries(ColumnInfo, IEnumerable<SummaryFunc>) | column, summaryFunctions | Initializes a new instance of the ColumnSummaries class with the specified settings. |
| ColumnSummaries(ColumnInfo) | column | Initializes a new instance of the ColumnSummaries class with the specified column. |
See Also