Report.GetAllReportItems Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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)
Gibt zurück
Gilt für:
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)
Parameter
- rootItem
- IReportItem
Gibt zurück
Gilt für:
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)
Typparameter
- T
Gibt zurück
Gilt für:
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)
Typparameter
- T
Parameter
- rootItem
- IReportItem