Share via


ILaunchReport.LaunchReport メソッド

定義

LaunchReport(String, INodeInformation, IEnumerable<ReportParameter>)は、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))

パラメーター

reportID
String

レポートの ID です。

node
INodeInformation

レポートが表示されるオブジェクト エクスプローラー ツリーからのノードです。

parameters
IEnumerable<Microsoft.Reporting.WinForms.ReportParameter>

特定の詳細情報を要求します。

適用対象