ILaunchReport.LaunchReport Méthode

Définition

LaunchReport(String, INodeInformation, IEnumerable<ReportParameter>)Lance un rapport dans 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))

Paramètres

reportID
String

L’identité du rapport.

node
INodeInformation

Le nœud de l’arbre de l’explorateur d’objets, où le rapport est lancé.

parameters
IEnumerable<Microsoft.Reporting.WinForms.ReportParameter>

Demandez des informations plus précises.

S’applique à