[]
ReportDesigner.ResourceProvider
Represents external resources provider.
↳ ResourceProvider
▸ fork(reportName): ResourceLocator
Creates new ResourceLocator instance based on current one base path.
| Name | Type | Description |
|---|---|---|
reportName |
string |
Relative path for new report. |
ResourceLocator.fork
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1518
▸ getImagesList(): Promise<ImageResourceInfo[]>
Gets available images list.
Promise<ImageResourceInfo[]>
List or available images.
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:105
▸ getReportsList(): Promise<ReportResourceInfo[]>
Gets available reports list.
Promise<ReportResourceInfo[]>
List or available reports.
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:95
▸ getResource<T>(uri): Promise<null | T>
Returns resource content.
| Name |
|---|
T |
| Name | Type |
|---|---|
uri |
string |
Promise<null | T>
ResourceLocator.getResource
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1509
▸ getResourceUri(resourceID): string
Returns absolute resource URI based on relative ID and base path.
| Name | Type |
|---|---|
resourceID |
string |
string
ResourceLocator.getResourceUri
node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1513
▸ getThemesList(): Promise<ThemeResourceInfo[]>
Gets available themes list.
Promise<ThemeResourceInfo[]>
List or available themes.
node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:100