[]
        
(Showing Draft Content)

ReportDesigner.ResourceProvider

Interface: ResourceProvider

ReportDesigner.ResourceProvider

外部リソースプロバイダーを表します。

Hierarchy

Table of contents

メソッド

Methods

fork

fork(reportName): ResourceLocator

現在のベースパスに基づいて新しいResourceLocatorインスタンスを作成します。

Parameters

Name Type Description
reportName string 新しいレポートの相対パス。

Returns

ResourceLocator

Inherited from

ResourceLocator.fork

Defined in

node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1409


getImagesList

getImagesList(): Promise<ImageResourceInfo[]>

Gets available images list.

Returns

Promise<ImageResourceInfo[]>

List or available images.

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:107


getReportsList

getReportsList(): Promise<ReportResourceInfo[]>

Gets available reports list.

Returns

Promise<ReportResourceInfo[]>

List or available reports.

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:97


getResource

getResource<T>(uri): Promise<null | T>

リソースコンテンツを返します。

Type parameters

Name
T

Parameters

Name Type
uri string

Returns

Promise<null | T>

Inherited from

ResourceLocator.getResource

Defined in

node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1400


getResourceUri

getResourceUri(resourceID): string

相対IDとベースパスに基づいて絶対リソースURIを返します。

Parameters

Name Type
resourceID string

Returns

string

Inherited from

ResourceLocator.getResourceUri

Defined in

node_modules/@grapecity/ar-js-pagereport/lib/ar-js-core.d.ts:1404


getThemesList

getThemesList(): Promise<ThemeResourceInfo[]>

Gets available themes list.

Returns

Promise<ThemeResourceInfo[]>

List or available themes.

Defined in

node_modules/@grapecity/activereports-designer/types/ar-js-designer.d.ts:102