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

報告的識別碼。

node
INodeInformation

物件瀏覽器樹中的節點,報告就是在那裡啟動的。

parameters
IEnumerable<Microsoft.Reporting.WinForms.ReportParameter>

請要求更具體的資訊。

適用於