ReportToolbar.CreateDefaultItemCollection() Method
Creates a collection of default report toolbar items.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Returns
Type | Description |
---|---|
ReportToolbarItemCollection | A ReportToolbarItemCollection object which represents a collection of default ReportToolbarItem objects. |
Remarks
This method can be used when you need to fill the ReportToolbar with its default items. To do this, first clear the collection returned by the ReportToolbar.Items property, and then assign the output of the CreateDefaultItemCollection method to this collection.
Note
This method is primarily intended for internal use. Normally, you don’t need to use it.
See Also