IReportStorage.Load(String, IReportSerializer) Method
In This Article
Loads a report with the specified ID in the designer.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
XtraReport Load(
string reportID,
IReportSerializer designerReportSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
report |
String | A String value, specifying the report ID. |
designer |
IReport |
An object implementing the IReport |
#Returns
Type | Description |
---|---|
Xtra |
An Xtra |
#Remarks
This method passes the report ID that has been selected using the IReportStorage.Open method and expects the actual report instance to be loaded and returned. You can use the IReportSerializer functionality to save or load a given report from a stream.
See Also