ReportItemList Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public ref class ReportItemList : IEquatable<Microsoft::ReportDesigner::ReportItemList ^>, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::IReportItem ^>
public class ReportItemList : IEquatable<Microsoft.ReportDesigner.ReportItemList>, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.IReportItem>
type ReportItemList = class
interface seq<IReportItem>
interface IEnumerable
interface IEquatable<ReportItemList>
Public Class ReportItemList
Implements IEnumerable(Of IReportItem), IEquatable(Of ReportItemList)
- Herencia
-
ReportItemList
- Derivado
- Implementaciones
Constructores
| Nombre | Description |
|---|---|
| ReportItemList() | |
| ReportItemList(IEnumerable<IReportItem>) | |
Propiedades
| Nombre | Description |
|---|---|
| Count | |
| Item[Int32] | |
Métodos
Eventos
| Nombre | Description |
|---|---|
| CollectionChanged | |
| ItemAdded | |
| ItemRemoved | |
Implementaciones de interfaz explícitas
| Nombre | Description |
|---|---|
| IEnumerable.GetEnumerator() | |