Skip to main content
A newer version of this page is available. .

ReportManagerService.AssignDataSource(XtraReport) Method

Populates the specified report with data.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

Declaration

public abstract void AssignDataSource(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An object representing the report.

See Also