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>

더 구체적인 정보를 요청하세요.

적용 대상