[]
        
(Showing Draft Content)

ReportDesigner.ResourceProvider

インターフェイス: ResourceProvider

ReportDesigner.ResourceProvider

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

階層

Table of contents

メソッド

メソッド

fork

fork(reportName): ResourceLocator

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

パラメータ

名前 説明
reportName string 新しいレポートの相対パス。

戻り値

ResourceLocator

継承元

ResourceLocator.fork。


getImagesList

getImagesList(): Promise<ImageResourceInfo[]>

利用可能な画像リストを取得します。

戻り値

Promise<ImageResourceInfo[]>

利用可能な画像リスト。


getReportsList

getReportsList(): Promise<ReportResourceInfo[]>

利用可能なレポートリストを取得します。

戻り値

Promise<ReportResourceInfo[]>

利用可能なレポートリスト。


getResource

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

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

パラメータ型

名前
T

パラメータ

名前
uri string

戻り値

Promise<null | T>

継承元

ResourceLocator.getResource。


getResourceUri

getResourceUri(resourceID): string

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

パラメータ

名前
resourceID string

戻り値

string

継承元

ResourceLocator.getResourceUri。


getThemesList

getThemesList(): Promise<ThemeResourceInfo[]>

利用可能なテーマリストを取得します。

戻り値

Promise<ThemeResourceInfo[]>

利用可能なテーマリスト。