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