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[]

[out] 资源数据。

mimeType
String

[out] 资源数据的 MIME 类型。

返回

如果成功检索资源,则为 true;否则为 false

适用于