ReportExecutionService.GetRenderResource 메서드

Returns the resource for a specified rendering extension format.

네임스페이스:  ReportExecution2005
어셈블리:  ReportExecution2005(ReportExecution2005.dll)

구문

‘선언
Public Function GetRenderResource ( _
    Format As String, _
    DeviceInfo As String, _
    <OutAttribute> ByRef MimeType As String _
) As Byte()
‘사용 방법
Dim instance As ReportExecutionService 
Dim Format As String 
Dim DeviceInfo As String 
Dim MimeType As String 
Dim returnValue As Byte()

returnValue = instance.GetRenderResource(Format, _
    DeviceInfo, MimeType)
public byte[] GetRenderResource(
    string Format,
    string DeviceInfo,
    out string MimeType
)
public:
array<unsigned char>^ GetRenderResource(
    String^ Format, 
    String^ DeviceInfo, 
    [OutAttribute] String^% MimeType
)
member GetRenderResource : 
        Format:string * 
        DeviceInfo:string * 
        MimeType:string byref -> byte[] 
public function GetRenderResource(
    Format : String, 
    DeviceInfo : String, 
    MimeType : String
) : byte[]

매개 변수

  • Format
    유형: System.String
    The format of the rendering extension for which to retrieve the resource. A list of supported extensions may be obtained by calling the ListRenderingExtensions method.
  • DeviceInfo
    유형: System.String
    The device-specific settings used by the rendering extension.

반환 값

유형: array<System.Byte[]
The rendering extension resource as a Base 64-encoded byte array.

주의

The table below shows header and permissions information on this operation.

SOAP Header Usage

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

None

SharePoint Mode Required Permissions

None

The DeviceInfo argument passed to this method must be the same as that specified in the call to the Render method.

An example of a rendering resource that is returned by the GetRenderResource method is the plus (+) image, which is used to expand groups in the HTML rendering extension. The resource that the method returns depends on the DeviceInfo parameter that is supplied. For more information about device information settings for rendering extensions, see 장치 정보 설정을 렌더링 확장 프로그램에 전달.

참고 항목

참조

ReportExecutionService 클래스

ReportExecution2005 네임스페이스