ReportExecutionService.BeginRenderStream, 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 BeginRenderStream ( _
    Format As String, _
    StreamID As String, _
    DeviceInfo As String, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginRenderStream(
    string Format,
    string StreamID,
    string DeviceInfo,
    AsyncCallback callback,
    Object asyncState
)
public:
IAsyncResult^ BeginRenderStream(
    String^ Format, 
    String^ StreamID, 
    String^ DeviceInfo, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
member BeginRenderStream : 
        Format:string * 
        StreamID:string * 
        DeviceInfo:string * 
        callback:AsyncCallback * 
        asyncState:Object -> IAsyncResult 
public function BeginRenderStream(
    Format : String, 
    StreamID : String, 
    DeviceInfo : String, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • Format
    Type : String
  • StreamID
    Type : String
  • DeviceInfo
    Type : String
  • callback
    Type : AsyncCallback
  • asyncState
    Type : Object

Valeur de retour

Type : IAsyncResult

Voir aussi

Référence

ReportExecutionService Classe

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