IReportDataSourceHelper.CreateReportObjectSpaceProviderCore(Component) Method
Returns an IObjectSpaceProvider for the specified report or report component.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
Name | Type | Description |
---|---|---|
component | Component | A component for which to obtain an IObjectSpaceProvider. |
Returns
Type | Description |
---|---|
DevExpress.Persistent.Base.ReportsV2.IReportObjectSpaceProvider | An object that implements the |
See Also