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

GridReportManagerService.AssignDataSource(XtraReport) Method

Populates the specified report with data from the associated GridControl.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

Declaration

public override void AssignDataSource(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An object representing the report.

See Also