SystemReportFormatsContext

Context provided to ExportOptions.systemReportFormats callback

TypeScript
export interface SystemReportFormatsContext extends
Extends

BaseContext

Properties

PropertyDescription
currentLayoutNameName of current Layout
currentReportNameName of current Report
defaultSystemReportFormatsDefault System Report Formats
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

currentLayoutName

Name of current Layout

TypeScript
currentLayoutName: string;
Property Value

string

currentReportName

Name of current Report

TypeScript
currentReportName?: ReportNameType;
Property Value

ReportNameType

defaultSystemReportFormats

Default System Report Formats

TypeScript
defaultSystemReportFormats: SystemReportFormat[];
Property Value

SystemReportFormat[]

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any