Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Retrieves the contents of a resource.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Syntax
'Declaration
Public Function GetResourceContents ( _
Resource As String, _
<OutAttribute> ByRef MimeType As String _
) As Byte()
'Usage
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[]
Parameters
- Resource
Type: System.String
The fully qualified URL for the resource.
- MimeType
Type: System.String%
[out] The MIME type of the resource.
Return Value
Type: array<System.Byte[]
The contents of the resource as a Base 64-encoded byte array.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers |
(Out) ServerInfoHeaderValue |
Required Permissions |