言語

Report.GetResource(String, Byte[], String) メソッド

定義

レンダリング中に使用された補助リソースを取得します。例えば、XMLレンダラーで使用されるXSLTなどです。

public:
 bool GetResource(System::String ^ resourcePath, [Runtime::InteropServices::Out] cli::array <System::Byte> ^ % resource, [Runtime::InteropServices::Out] System::String ^ % mimeType);
public bool GetResource(string resourcePath, out byte[] resource, out string mimeType);
member this.GetResource : string * Byte[] * string -> bool
Public Function GetResource (resourcePath As String, ByRef resource As Byte(), ByRef mimeType As String) As Boolean

パラメーター

resourcePath
String

リソース パス。

resource
Byte[]

[アウト]リソースデータです。

mimeType
String

[アウト]リソースデータのMIME型です。

返品

true 資源が正常に取得された場合;それ以外は false

適用対象