ChildReportItemList クラス

定義

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

コンストラクター

名前 説明
ChildReportItemList(IParent)

プロパティ

名前 説明
Count (継承元 ReportItemList)
Item[Int32] (継承元 ReportItemList)

メソッド

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

イベント

名前 説明
CollectionChanged (継承元 ReportItemList)
ItemAdded (継承元 ReportItemList)
ItemRemoved (継承元 ReportItemList)

明示的なインターフェイスの実装

名前 説明
IEnumerable.GetEnumerator() (継承元 ReportItemList)

適用対象