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>

请求更具体的信息。

适用于