Skip to main content
All docs
V25.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.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public StandardReportType(
        ReportType type
    )

    Parameters

    Name Type Description
    type ReportType

    An enumeration value that defines the report type.

    See Also