ReportGenerator.GenerateReport(BaseView, ReportGenerationOptions, Boolean) Method
In This Article
Generates a new report using the specified grid view.
Namespace: DevExpress.XtraReports.ReportGeneration
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public static XtraReport GenerateReport(
BaseView view,
ReportGenerationOptions options,
bool useExpressionBindings
)
#Parameters
Name | Type | Description |
---|---|---|
view | Base |
A Base |
options | Report |
A Report |
use |
Boolean | true, to use expression bindings; false, to use the legacy binding mode. |
#Returns
Type | Description |
---|---|
Xtra |
An Xtra |
See Also