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