SystemReportFormatsContext

Context provided to ExportOptions.systemReportFormats callback

TypeScript
export interface SystemReportFormatsContext extends
Extends

BaseContext

Properties

PropertyTypeDescription
currentLayoutNamestringName of current Layout
currentReportNameReportNameTypeName of current Report
defaultSystemReportFormatsSystemReportFormat[]Default System Report Formats
adaptableContextanyCustom 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