Report.GetAllReportItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Returns
Applies to
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)
Parameters
- rootItem
- IReportItem
Returns
Applies to
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)
Type Parameters
- T
Returns
IEnumerable<T>
Applies to
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)
Type Parameters
- T
Parameters
- rootItem
- IReportItem
Returns
IEnumerable<T>