ColumnSummariesSet.Remove(ColumnSummaries) Method
In This Article
Removes the specified ColumnSummaries object from the collection.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public bool Remove(
ColumnSummaries item
)
#Parameters
Name | Type | Description |
---|---|---|
item | Column |
A Column |
#Returns
Type | Description |
---|---|
Boolean | true, if the specified object has been successfully removed; otherwise, false. |
See Also