newReportContent()
Home > @gooddata/sdk-model > newReportContent
newReportContent() function
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.
Creates report content from page instances.
Signature:
export declare function newReportContent(pages: IReportContentPage[], modifications?: Partial<Omit<IReportContent, "version" | "pages">>): IReportContent;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
pages | ||
|
modifications |
Partial<Omit<IReportContent, "version" | "pages">> |
(Optional) |
Returns: