Report.GetAllGroupsWithContext Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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)
Параметры
- container
- IReportItem
Возвращаемое значение
Применяется к
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)