ILaunchReport.LaunchReport Methode

Definition

LaunchReport(String, INodeInformation, IEnumerable<ReportParameter>)Startet einen Bericht in SQL Server Management Studio.

public:
 void LaunchReport(System::String ^ reportID, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ node, System::Collections::Generic::IEnumerable<Microsoft::Reporting::WinForms::ReportParameter ^> ^ parameters);
public void LaunchReport (string reportID, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation node, System.Collections.Generic.IEnumerable<Microsoft.Reporting.WinForms.ReportParameter> parameters);
abstract member LaunchReport : string * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation * seq<Microsoft.Reporting.WinForms.ReportParameter> -> unit
Public Sub LaunchReport (reportID As String, node As INodeInformation, parameters As IEnumerable(Of ReportParameter))

Parameter

reportID
String

Die ID des Berichts.

node
INodeInformation

Der Knoten in der Objekt-Explorer-Struktur, an dem der Bericht gestartet wird.

parameters
IEnumerable<Microsoft.Reporting.WinForms.ReportParameter>

Anforderung für spezifischere Informationen.

Gilt für: