StandaloneReportManagerService.DataSource Property
Gets or sets a data source object that provides data for a report. This is a dependency property.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
Object | An object representing the report’s data source. |
Remarks
See XtraReportBase.DataSource to learn more.
See Also