Report.GetAllReportItems 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetAllReportItems() | |
GetAllReportItems(IReportItem) | |
GetAllReportItems<T>() | |
GetAllReportItems<T>(IReportItem) |
GetAllReportItems()
public:
System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ GetAllReportItems();
public System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> GetAllReportItems ();
member this.GetAllReportItems : unit -> seq<Microsoft.ReportDesigner.IReportItem>
Public Function GetAllReportItems () As IEnumerable(Of IReportItem)
返回
适用于
GetAllReportItems(IReportItem)
public:
static System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^> ^ GetAllReportItems(Microsoft::ReportDesigner::IReportItem ^ rootItem);
public static System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem> GetAllReportItems (Microsoft.ReportDesigner.IReportItem rootItem);
static member GetAllReportItems : Microsoft.ReportDesigner.IReportItem -> seq<Microsoft.ReportDesigner.IReportItem>
Public Shared Function GetAllReportItems (rootItem As IReportItem) As IEnumerable(Of IReportItem)
参数
- rootItem
- IReportItem
返回
适用于
GetAllReportItems<T>()
public:
generic <typename T>
where T : class, Microsoft::ReportDesigner::IReportItem System::Collections::Generic::IEnumerable<T> ^ GetAllReportItems();
public System.Collections.Generic.IEnumerable<T> GetAllReportItems<T> () where T : class, Microsoft.ReportDesigner.IReportItem;
member this.GetAllReportItems : unit -> seq<'T (requires 'T : null and 'T :> Microsoft.ReportDesigner.IReportItem)> (requires 'T : null and 'T :> Microsoft.ReportDesigner.IReportItem)
Public Function GetAllReportItems(Of T As {Class, IReportItem}) () As IEnumerable(Of T)
类型参数
- T
返回
IEnumerable<T>
适用于
GetAllReportItems<T>(IReportItem)
public:
generic <typename T>
where T : class, Microsoft::ReportDesigner::IReportItem static System::Collections::Generic::IEnumerable<T> ^ GetAllReportItems(Microsoft::ReportDesigner::IReportItem ^ rootItem);
public static System.Collections.Generic.IEnumerable<T> GetAllReportItems<T> (Microsoft.ReportDesigner.IReportItem rootItem) where T : class, Microsoft.ReportDesigner.IReportItem;
static member GetAllReportItems : Microsoft.ReportDesigner.IReportItem -> seq<'T (requires 'T : null and 'T :> Microsoft.ReportDesigner.IReportItem)> (requires 'T : null and 'T :> Microsoft.ReportDesigner.IReportItem)
Public Shared Function GetAllReportItems(Of T As {Class, IReportItem}) (rootItem As IReportItem) As IEnumerable(Of T)
类型参数
- T
参数
- rootItem
- IReportItem
返回
IEnumerable<T>