ColumnSummariesSet.Add(ColumnSummaries) Method
Adds the specified ColumnSummaries object to the collection.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | ColumnSummaries | A ColumnSummaries object to be added to the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the specified object has been successfully added; otherwise, false. |
See Also