IReportContent
Home > @gooddata/sdk-model > IReportContent
IReportContent interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Versioned content shared verbatim by report templates and reports.
Signature:
export interface IReportContent
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) (Optional) Content-level default filters; pages and slots may extend or override them. The report period is NOT stored here — it is derived from periodStart/periodEnd at execution time. | |||
|
(ALPHA) Ordered pages of the document. | |||
|
(ALPHA) (Optional) Custom variable declarations. Values live on the report (IReportBase.variableValues). | |||
|
"1" |
(ALPHA) Content model version, for stored-content evolution. |