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>
Запросите более конкретную информацию.