Skip to main content
All docs
V26.1
  • StandardReportType(ReportType) Constructor

    Initializes a new instance of the StandardReportType class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard

    Assembly: DevExpress.AIIntegration.Reporting.Common.v26.1.dll

    Declaration

    public StandardReportType(
        ReportType type
    )

    Parameters

    Name Type Description
    type ReportType

    An enumeration value that defines the report type.

    See Also