Skip to main content

IReportManagerService.AssignDataSource(XtraReport) Method

Populates the specified report with data.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

void AssignDataSource(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An object representing the report.

See Also