IReportStorage.Open(IReportDesignerUI) Method
Opens a report selected by an end-user using a custom dialog.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
designer | IReportDesignerUI | An object implementing the IReportDesignerUI interface. |
Returns
Type | Description |
---|---|
String | A String value, specifying the report ID. |
See Also