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>

보다 구체적인 정보에 대한 요청입니다.

적용 대상