ReportItemList Classe

Definição

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)
Herança
ReportItemList
Derivado
Implementações

Construtores

ReportItemList()
ReportItemList(IEnumerable<IReportItem>)

Propriedades

Count
Item[Int32]

Métodos

Add(IReportItem)
AddRange(IEnumerable<IReportItem>)
BoundedTranslate(Double, Double)
Clear()
Contains(IReportItem)
CreateInstance(ILayoutEditor, IList<ReportItem>, IParent)
Draw(Graphics, ReportItemDrawParams)
DrawSelectionMarks(Graphics, Matrix)
Equals(Object)
Equals(ReportItemList)
FindReportItemByName(String)
FindReportItemByName(String, Boolean)
GetCombinedBoundingBox()
GetEnumerator()
GetHashCode()
GetItemContainingPoint(PointF, Boolean, Boolean, ReportItemList)
GetItemContainingPoint(PointF, Boolean, ReportItemList)
GetItemContainingPoint(PointF, ReportItemList)
GetItemIntersectingRectangle(RectangleF)
GetItemLocatedAtPoint(PointF)
GetRdlObject()
HitTestHandles(Point, Matrix, ReportItem)
IndexOf(IReportItem)
Insert(Int32, IReportItem)
OnCollectionChanged(EventArgs)
OnItemAdded(EventArgs<IReportItem>)
OnItemRemoved(EventArgs<IReportItem>)
Remove(IReportItem)
RemoveAt(Int32)
RenumberZ()
Resize(HandleType, Double, Double)
ReverseFlattenedList()
Select(RectangleF)
Select(Single, Single, Single, Single)
SetCollection(IEnumerable<IReportItem>)
ShallowClone()
SortX()
SortY()
SortZ()
TimedDraw(Graphics, Matrix, Int32)
ToArray()
Translate(Double, Double)

Eventos

CollectionChanged
ItemAdded
ItemRemoved

Implantações explícitas de interface

IEnumerable.GetEnumerator()

Aplica-se a