Report.GetAllGroupsWithContext 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)