ReportExecutionService.EndRenderStream, 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 EndRenderStream ( _
asyncResult As IAsyncResult, _
<OutAttribute> ByRef Encoding As String, _
<OutAttribute> ByRef MimeType As String _
) As Byte()
public byte[] EndRenderStream(
IAsyncResult asyncResult,
out string Encoding,
out string MimeType
)
public:
array<unsigned char>^ EndRenderStream(
IAsyncResult^ asyncResult,
[OutAttribute] String^% Encoding,
[OutAttribute] String^% MimeType
)
member EndRenderStream :
asyncResult:IAsyncResult *
Encoding:string byref *
MimeType:string byref -> byte[]
public function EndRenderStream(
asyncResult : IAsyncResult,
Encoding : String,
MimeType : String
) : byte[]
Paramètres
- asyncResult
Type : IAsyncResult
- Encoding
Type : String%
- MimeType
Type : String%
Valeur de retour
Type : array<Byte[]
Voir aussi
Référence
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution, espace de noms