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

XtraReport.ComponentStorage Property

Retrieves a collection of components serialized along with the report, such as data sources.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Browsable(false)]
public XRComponentCollection ComponentStorage { get; }

Property Value

Type Description
DevExpress.XtraReports.UI.XRComponentCollection

A collection that contains report components.

Remarks

Use the DataSourceManager class methods to manage the ComponentStorage at runtime.

The DataSourceManager.AddDataSources method allows you to add data sources to the storage.

See Also