[]
Describes the report.
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.
type: ReportType;
The type of the report.
viewerType: ViewerType;
The preffered type of viewer to use.