ILaunchReport.LaunchReport 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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>
더 구체적인 정보를 요청하세요.