[]
        
(Showing Draft Content)

ReportInfo

Interface: ReportInfo

Describes the report.

Properties

displayType

displayType: ViewMode;

The display type of the report.


exports

exports: ExportTypes[];

Export types available for a given report.


galleyModeAllowed

galleyModeAllowed: boolean;

Indicates whether GalleyMode is allowed.


name

name: string;

The name of the report.


parameters

parameters: ParameterDescriptor[];

The parameters of the report.


parametersView

parametersView: string;

Contains layout for custom parameters panel.


sections

sections: string[];

List of report section names


sizeType

sizeType: SizeType;

The size type of the report.


type

type: ReportType;

The type of the report.


viewerType

viewerType: ViewerType;

The preffered type of viewer to use.