다음을 통해 공유


Report.GetAllReportItems 메서드

정의

오버로드

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

반환

적용 대상

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

반환

적용 대상