Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

An object representing the report’s data source.

Remarks

See XtraReportBase.DataSource to learn more.

See Also