GridReportManagerService.AssignDataSource(XtraReport) Method
In This Article
Populates the specified report with data from the associated GridControl.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll
NuGet Package: DevExpress.Wpf.Reporting
#Declaration
public override void AssignDataSource(
XtraReport report
)
#Parameters
Name | Type | Description |
---|---|---|
report | Xtra |
An object representing the report. |
See Also