Report.GetAllReportItems Método

Definição

Sobrecargas

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)

Retornos

Aplica-se a

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)

Parâmetros

rootItem
IReportItem

Retornos

Aplica-se a

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)

Parâmetros de tipo

T

Retornos

Aplica-se a

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)

Parâmetros de tipo

T

Parâmetros

rootItem
IReportItem

Retornos

Aplica-se a