ILaunchReport.LaunchReport Método

Definição

LaunchReport(String, INodeInformation, IEnumerable<ReportParameter>)inicia um relatório no 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))

Parâmetros

reportID
String

A ID do relatório.

node
INodeInformation

O nó da árvore do pesquisador de objetos, onde o relatório é iniciado.

parameters
IEnumerable<Microsoft.Reporting.WinForms.ReportParameter>

Solicitação de informações mais específicas.

Aplica-se a