Describes the report.

interface ReportInfo {
    displayType: ViewMode;
    exports: ExportTypes[];
    galleyModeAllowed: boolean;
    name: string;
    parameters: ParameterDescriptor[];
    parametersView: string;
    sections: string[];
    sizeType: SizeType;
    type: ReportType;
    viewerType: ViewerType;
}

Properties

displayType: ViewMode

The display type of the report.

exports: ExportTypes[]

Export types available for a given report.

galleyModeAllowed: boolean

Indicates whether GalleyMode is allowed.

name: string

The name of the report.

parameters: ParameterDescriptor[]

The parameters of the report.

parametersView: string

Contains layout for custom parameters panel.

sections: string[]

List of report section names

sizeType: SizeType

The size type of the report.

The type of the report.

viewerType: ViewerType

The preffered type of viewer to use.