Skip to main content

ReportType Enum

Lists the report types available in the Web Report Wizard.

Declaration

export enum ReportType {
    Empty = 3,
    Standard = 0,
    Vertical = 1,
    Label = 2,
    Template = 5,
    CrossTab = 6
}

Members

Name
CrossTab
Empty
Label
Standard
Template
Vertical