ILaunchReport.LaunchReport Method

Definition

LaunchReport(String, INodeInformation, IEnumerable<ReportParameter>) launches a report in 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))

Parameters

reportID
String

The ID of the report.

node
INodeInformation

The node from the object explorer tree, where the report is launched.

parameters
IEnumerable<Microsoft.Reporting.WinForms.ReportParameter>

Request for more specific information.

Applies to