ReportExecutionService.EndRender, méthode
Espace de noms : Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Function EndRender ( _
asyncResult As IAsyncResult, _
<OutAttribute> ByRef Extension As String, _
<OutAttribute> ByRef MimeType As String, _
<OutAttribute> ByRef Encoding As String, _
<OutAttribute> ByRef Warnings As Warning(), _
<OutAttribute> ByRef StreamIds As String() _
) As Byte()
public byte[] EndRender(
IAsyncResult asyncResult,
out string Extension,
out string MimeType,
out string Encoding,
out Warning[] Warnings,
out string[] StreamIds
)
public:
array<unsigned char>^ EndRender(
IAsyncResult^ asyncResult,
[OutAttribute] String^% Extension,
[OutAttribute] String^% MimeType,
[OutAttribute] String^% Encoding,
[OutAttribute] array<Warning^>^% Warnings,
[OutAttribute] array<String^>^% StreamIds
)
member EndRender :
asyncResult:IAsyncResult *
Extension:string byref *
MimeType:string byref *
Encoding:string byref *
Warnings:Warning[] byref *
StreamIds:string[] byref -> byte[]
public function EndRender(
asyncResult : IAsyncResult,
Extension : String,
MimeType : String,
Encoding : String,
Warnings : Warning[],
StreamIds : String[]
) : byte[]
Paramètres
- asyncResult
Type : IAsyncResult
- Extension
Type : String%
- MimeType
Type : String%
- Encoding
Type : String%
- Warnings
Type : array<Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.Warning[]%
- StreamIds
Type : array<String[]%
Valeur de retour
Type : array<Byte[]
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms