[]
Core.PageReport
PageReport class
• new PageReport(options?)
Create new instance of PageReport class.
| Name | Type | Description |
|---|---|---|
options? |
Partial<{ i18n: i18n ; language: string }> |
pageReport options - language: report language. Default language is 'en'. |
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:379
• get name(): string
Gets the report name.
string
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:384
• get parameters(): ReportParameters
Gets the report parameters collection.
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:386
• get resourceLocator(): ResourceLocator
Gets the report resource locator instance.
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:388
• Static get LicenseKey(): string
deprecated Use setLicenseKey method instead.
string
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:390
• Static set LicenseKey(value): void
deprecated Use setLicenseKey method instead.
| Name | Type |
|---|---|
value |
string |
void
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:391
▸ load(report, options?): Promise<void>
Loads the report template.
| Name | Type | Description |
|---|---|---|
report |
string | Report |
URI or the report template or template object. |
options? |
Object |
Execution time settings. |
options.environment? |
Environment |
- |
options.resourceLocator? |
Partial<ResourceLocator> |
- |
Promise<void>
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:399
▸ run(): Promise<PageDocument>
Starts rendering the report.
Promise<PageDocument>
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:417
▸ validateParameters(): ValidationResults
Validates the parameter values.
Validation result.
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:406