ReportExecutionService.RenderStreamAsync, méthode (String, String, String, Object)

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

Syntaxe

'Déclaration
Public Sub RenderStreamAsync ( _
    Format As String, _
    StreamID As String, _
    DeviceInfo As String, _
    userState As Object _
)
public void RenderStreamAsync(
    string Format,
    string StreamID,
    string DeviceInfo,
    Object userState
)
public:
void RenderStreamAsync(
    String^ Format, 
    String^ StreamID, 
    String^ DeviceInfo, 
    Object^ userState
)
member RenderStreamAsync : 
        Format:string * 
        StreamID:string * 
        DeviceInfo:string * 
        userState:Object -> unit 
public function RenderStreamAsync(
    Format : String, 
    StreamID : String, 
    DeviceInfo : String, 
    userState : Object
)

Paramètres

  • Format
    Type : String
  • StreamID
    Type : String
  • DeviceInfo
    Type : String
  • userState
    Type : Object

Voir aussi

Référence

ReportExecutionService Classe

RenderStreamAsync, surcharge

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