ReportingService2005.GetRenderResource(String, String, String) 메서드

정의

지정된 렌더링 확장 프로그램 형식의 리소스를 반환합니다.

public:
 cli::array <System::Byte> ^ GetRenderResource(System::String ^ Format, System::String ^ DeviceInfo, [Runtime::InteropServices::Out] System::String ^ % MimeType);
public byte[] GetRenderResource (string Format, string DeviceInfo, out string MimeType);
member this.GetRenderResource : string * string * string -> byte[]
Public Function GetRenderResource (Format As String, DeviceInfo As String, ByRef MimeType As String) As Byte()

매개 변수

Format
String

리소스를 검색할 렌더링 확장 프로그램의 형식입니다(HTML4.0, XML, IMAGE 등). 사용 가능한 렌더링 확장 프로그램 목록을 보려면 ListExtensions(ExtensionTypeEnum) 메서드를 사용합니다.

DeviceInfo
String

렌더링 확장 프로그램에서 사용하는 장치별 설정입니다.

MimeType
String

[out] 리소스의 MIME 형식입니다.

반환

Byte[]

Base 64 인코딩 바이트 배열 형식의 렌더링 확장 프로그램 리소스입니다. 이 데이터 형식에 대한 자세한 내용은 Microsoft .NET Framework 설명서에서 "Byte 구조체"를 참조하세요.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (Out) ServerInfoHeaderValue
필요한 권한 없음

메서드에서 반환 GetRenderResource 되는 렌더링 리소스의 예는 HTML 렌더링 확장 프로그램에서 그룹을 확장하는 데 사용되는 더하기(+) 이미지입니다. 메서드가 반환하는 리소스는 제공된 매개 변수에 DeviceInfo 따라 달라집니다. 렌더링 확장 프로그램에 대한 디바이스 정보 설정에 대한 자세한 내용은 렌더링 확장 프로그램에 디바이스 정보 설정 전달을 참조하세요.

적용 대상