ReportExecutionService.EndGetRenderResource, méthode

Espace de noms :  Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
Public Function EndGetRenderResource ( _
    asyncResult As IAsyncResult, _
    <OutAttribute> ByRef MimeType As String _
) As Byte()
public byte[] EndGetRenderResource(
    IAsyncResult asyncResult,
    out string MimeType
)
public:
array<unsigned char>^ EndGetRenderResource(
    IAsyncResult^ asyncResult, 
    [OutAttribute] String^% MimeType
)
member EndGetRenderResource : 
        asyncResult:IAsyncResult * 
        MimeType:string byref -> byte[] 
public function EndGetRenderResource(
    asyncResult : IAsyncResult, 
    MimeType : String
) : byte[]

Paramètres

  • asyncResult
    Type : IAsyncResult
  • MimeType
    Type : String%

Valeur de retour

Type : array<Byte[]

Voir aussi

Référence

ReportExecutionService Classe

Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution, espace de noms