Compartir a través de


ReportingService2006.GetResourceContents Método

Retrieves the contents of a resource.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Function GetResourceContents ( _
    Resource As String, _
    <OutAttribute> ByRef MimeType As String _
) As Byte()
'Uso
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[]

Parámetros

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

Valor devuelto

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

Comentarios

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

OpenItems

Vea también

Referencia

ReportingService2006 Clase

Espacio de nombres ReportService2006