ChildReportItemList Class

Definition

public ref class ChildReportItemList : Microsoft::ReportDesigner::ReportItemList
public class ChildReportItemList : Microsoft.ReportDesigner.ReportItemList
type ChildReportItemList = class
    inherit ReportItemList
Public Class ChildReportItemList
Inherits ReportItemList
Inheritance
ChildReportItemList

Constructors

Name Description
ChildReportItemList(IParent)

Properties

Name Description
Count (Inherited from ReportItemList)
Item[Int32] (Inherited from ReportItemList)

Methods

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

Events

Name Description
CollectionChanged (Inherited from ReportItemList)
ItemAdded (Inherited from ReportItemList)
ItemRemoved (Inherited from ReportItemList)

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator() (Inherited from ReportItemList)

Applies to