Skip to main content
A newer version of this page is available. .

ReportToolbar.CreateDefaultItemCollection() Method

Creates a collection of default report toolbar items.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v18.2.Web.WebForms.dll

Declaration

public static ReportToolbarItemCollection CreateDefaultItemCollection()

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