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

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 _
)
public void RenderStreamAsync(
    string Format,
    string StreamID,
    string DeviceInfo
)
public:
void RenderStreamAsync(
    String^ Format, 
    String^ StreamID, 
    String^ DeviceInfo
)
member RenderStreamAsync : 
        Format:string * 
        StreamID:string * 
        DeviceInfo:string -> unit 
public function RenderStreamAsync(
    Format : String, 
    StreamID : String, 
    DeviceInfo : String
)

Paramètres

  • Format
    Type : String
  • StreamID
    Type : String
  • DeviceInfo
    Type : String

Voir aussi

Référence

ReportExecutionService Classe

RenderStreamAsync, surcharge

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