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입니다.

적용 대상