Back to Devexpress

ReportBuilder Class

xtrareports-devexpress-dot-xtrareports-dot-wizards-5bca3824.md

latest1.4 KB
Original Source

ReportBuilder Class

Enables you to generate reports with the specified settings in code (without running the Report Wizard).

Namespace : DevExpress.XtraReports.Wizards

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class ReportBuilder :
    ReportBuilderBase
vb
Public Class ReportBuilder
    Inherits ReportBuilderBase

Remarks

The ReportBuilder generates a report based on the ReportInfo object that stores the ReportModel settings.

Inheritance

Object ReportBuilderBase ReportBuilder

See Also

ReportBuilder Members

DevExpress.XtraReports.Wizards Namespace