Report.GetAllGroupsWithContext Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAllGroupsWithContext(IReportItem) | |
GetAllGroupsWithContext() |
GetAllGroupsWithContext(IReportItem)
public:
System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::GroupWithContext> ^ GetAllGroupsWithContext(Microsoft::ReportDesigner::IReportItem ^ container);
public System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.GroupWithContext> GetAllGroupsWithContext (Microsoft.ReportDesigner.IReportItem container);
member this.GetAllGroupsWithContext : Microsoft.ReportDesigner.IReportItem -> seq<Microsoft.ReportDesigner.GroupWithContext>
Public Function GetAllGroupsWithContext (container As IReportItem) As IEnumerable(Of GroupWithContext)
Parâmetros
- container
- IReportItem
Retornos
Aplica-se a
GetAllGroupsWithContext()
public:
System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::GroupWithContext> ^ GetAllGroupsWithContext();
public System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.GroupWithContext> GetAllGroupsWithContext ();
member this.GetAllGroupsWithContext : unit -> seq<Microsoft.ReportDesigner.GroupWithContext>
Public Function GetAllGroupsWithContext () As IEnumerable(Of GroupWithContext)