Skip to main content
A newer version of this page is available. .

ReportType Enum

Lists the report types available in the Web Report Wizard.

Declaration

enum ReportType {
    Empty = 3,
    Databound = 0,
    Vertical = 1,
    Label = 2
}

Members

Name Description
Databound

Identifies the ‘Table Report’ type.

Empty

Identifies the ‘Empty Report’ type.

Label

Identifies the ‘Label Report’ type.

Vertical

Identifies the ‘Vertical Report’ type.