ReportingService2006.GetResourceContents 메서드

Retrieves the contents of a resource.

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

구문

‘선언
Public Function GetResourceContents ( _
    Resource As String, _
    <OutAttribute> ByRef MimeType As String _
) As Byte()
‘사용 방법
Dim instance As ReportingService2006 
Dim Resource As String 
Dim MimeType As String 
Dim returnValue As Byte()

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

매개 변수

  • Resource
    유형: System.String
    The fully qualified URL for the resource.
  • MimeType
    유형: System.String%
    [out] The MIME type of the resource.

반환 값

유형: array<System.Byte[]
The contents of the resource as a Base 64-encoded byte array.

주의

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

OpenItems

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스