ReportStorageBase.CreateReportHandle(IReportDataV2, IObjectSpace) Method
In This Article
Creates a new report handle.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public virtual string CreateReportHandle(
IReportDataV2 reportData,
IObjectSpace objectSpace
)
#Parameters
Name | Type |
---|---|
report |
IReport |
object |
IObject |
#Returns
Type | Description |
---|---|
String | A String specifying a report handle. |
See Also