ILaunchReport.LaunchReport Metodo

Definizione

LaunchReport(String, INodeInformation, IEnumerable<ReportParameter>)lancia un report su 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))

Parametri

reportID
String

L'ID del rapporto.

node
INodeInformation

Il nodo dell'albero dell'esploratore oggetti, dove viene avviato il report.

parameters
IEnumerable<Microsoft.Reporting.WinForms.ReportParameter>

Richiedi informazioni più specifiche.

Si applica a