Report.GetAllGroupsWithContext Método

Definição

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);
Public Function GetAllGroupsWithContext (container As IReportItem) As IEnumerable(Of GroupWithContext)

Parâmetros

container
IReportItem

Retornos

IEnumerable<GroupWithContext>

Aplica-se a

GetAllGroupsWithContext()

public:
 System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::GroupWithContext> ^ GetAllGroupsWithContext();
public System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.GroupWithContext> GetAllGroupsWithContext ();
Public Function GetAllGroupsWithContext () As IEnumerable(Of GroupWithContext)

Retornos

IEnumerable<GroupWithContext>

Aplica-se a