ContainerReportItem 类

定义

public ref class ContainerReportItem abstract : Microsoft::ReportDesigner::ReportItem, IDisposable, Microsoft::ReportDesigner::IActivatable, System::ComponentModel::IComponent
public abstract class ContainerReportItem : Microsoft.ReportDesigner.ReportItem, IDisposable, Microsoft.ReportDesigner.IActivatable, System.ComponentModel.IComponent
type ContainerReportItem = class
    inherit ReportItem
    interface IParent
    interface IActivatable
    interface IReportItem
    interface ITool
    interface IComponent
    interface IDisposable
Public MustInherit Class ContainerReportItem
Inherits ReportItem
Implements IActivatable, IComponent, IDisposable
继承
ContainerReportItem
派生
实现

构造函数

ContainerReportItem(ReportElement, ILayoutEditor)

字段

GhostAlpha (继承自 ReportItem)
HandleSize (继承自 ReportItem)

属性

Action (继承自 ReportItem)
ActiveChild
AllowedChildrenActions
AllowInHeaderFooter
BackgroundColor (继承自 ReportItem)
BackgroundImage (继承自 ReportItem)
Bookmark (继承自 ReportItem)
Border (继承自 ReportItem)
BorderColor (继承自 ReportItem)
BorderStyle (继承自 ReportItem)
BorderWidth (继承自 ReportItem)
Bottom (继承自 ReportItem)
BottomBorder (继承自 ReportItem)
Calendar
Children
ContainingDataRegion (继承自 ReportItem)
CustomProperties (继承自 ReportItem)
DataElementName (继承自 ReportItem)
DataElementOutput (继承自 ReportItem)
DocumentMapLabel (继承自 ReportItem)
DocumentMapLabelLocId (继承自 ReportItem)
ErrorRendering (继承自 ReportItem)
Height (继承自 ReportItem)
Hidden (继承自 ReportItem)
ItemAccessibleObject (继承自 ReportItem)
ItemLocation (继承自 ReportItem)
ItemSize (继承自 ReportItem)
ItemTypeDisplayName (继承自 ReportItem)
ItemTypeName (继承自 ReportItem)
Language
LayoutEditor (继承自 ReportItem)
Left (继承自 ReportItem)
LeftBorder (继承自 ReportItem)
MinimumSize (继承自 ReportItem)
Name (继承自 ReportItem)
NeedsDoubleClickToActivate
OwnerReportItem
Parent (继承自 ReportItem)
ParentName (继承自 ReportItem)
PreferredHeightUnit (继承自 ReportItem)
PreferredWidthUnit (继承自 ReportItem)
RdlReportElement (继承自 ReportItem)
RdlReportItem (继承自 ReportItem)
RenderingTime (继承自 ReportItem)
RepeatWith (继承自 ReportItem)
Report (继承自 ReportItem)
Right (继承自 ReportItem)
RightBorder (继承自 ReportItem)
Site (继承自 ReportItem)
ToggleItem (继承自 ReportItem)
ToolTip (继承自 ReportItem)
ToolTipLocId (继承自 ReportItem)
Top (继承自 ReportItem)
TopBorder (继承自 ReportItem)
UsesGroupingPane (继承自 ReportItem)
Visibility (继承自 ReportItem)
Width (继承自 ReportItem)
ZIndex (继承自 ReportItem)

方法

Activate()
ActivateChild(IActivatable)
ActivateDescendent(IActivatable)
AddChild(IReportItem)
AddItemsToContextMenu(ToolStripItemCollection, ReportItemMenuParams) (继承自 ReportItem)
AddItemsToInsertMenu(ToolStripMenuItem, ReportItemMenuParams)
ContainsPoint(PointF) (继承自 ReportItem)
CreateAccessibilityInstance(AccessibleObject, ILayoutEditor) (继承自 ReportItem)
Deactivate(Boolean)
DeactivateChild(Boolean)
DeactivateDescendent(IActivatable)
Dispose() (继承自 ReportItem)
Dispose(Boolean)
Draw(Graphics, ReportItemDrawParams) (继承自 ReportItem)
DrawBackground(Graphics, ReportItemDrawParams) (继承自 ReportItem)
DrawBorder(Graphics) (继承自 ReportItem)
DrawCore(Graphics, ReportItemDrawParams)
DrawDragBox(Graphics, Matrix, RectangleF, Boolean) (继承自 ReportItem)
DrawDragFeedback(Graphics, Matrix)
DrawImage(Graphics, Image, Single, Int32, Rectangle, Boolean, Boolean) (继承自 ReportItem)
DrawImageFitToBox(Graphics, Image, Int32, Rectangle, Boolean) (继承自 ReportItem)
DrawMouseOverFeedback(Graphics, Matrix) (继承自 ReportItem)
DrawOutlines(Graphics, Matrix) (继承自 ReportItem)
DrawSelectionMarks(Graphics, Matrix, Boolean) (继承自 ReportItem)
EnsureComponentMetadataCreated() (继承自 ReportItem)
GetAllAncestors() (继承自 ReportItem)
GetAncestor<T>() (继承自 ReportItem)
GetBottomResizeLimit()
GetBoundingBox() (继承自 ReportItem)
GetBoundingSizeLimit()
GetContainingDataScopes() (继承自 ReportItem)
GetDragDropTarget(PointF, ReportItemDragParams)
GetImage(String, SourceType, ReportExpression) (继承自 ReportItem)
GetLeftResizeLimit()
GetOnScreenBoundingBox(Matrix) (继承自 ReportItem)
GetOnScreenBoundingBox(Matrix, Padding) (继承自 ReportItem)
GetPotentialParentUnderPoint(PointF, ReportItemList)
GetRdlObject() (继承自 ReportItem)
GetRdlPropertiesToExclude() (继承自 ReportItem)
GetRightResizeLimit()
GetRulerFeedback()
GetSelectableDescendents()
GetSelectableItems()
GetToolTip(PointF, Object)
GetTopResizeLimit()
GetTransformedBoundingBox(Graphics, Matrix) (继承自 ReportItem)
HitTestHandles(Matrix, Point) (继承自 ReportItem)
InsertChild(Int32, IReportItem)
IntersectsWith(RectangleF) (继承自 ReportItem)
IsAncestorOf(IReportItem)
IsDescendentOf(ReportItem) (继承自 ReportItem)
IsInsideClippingArea(Graphics, ReportItemDrawParams) (继承自 ReportItem)
IsReadyToBeActive()
OnAncestorChanged(IParent, IParent)
OnContextMenuClosed(Object, ToolStripDropDownClosedEventArgs) (继承自 ReportItem)
OnCopy(Report) (继承自 ReportItem)
OnDoubleClick(Point)
OnDragDrop(Object, ReportItemDragParams)
OnDragLeave() (继承自 ReportItem)
OnDragOver(PointF, ReportItemDragParams)
OnInitializeComplete() (继承自 ReportItem)
OnKeyDown(KeyEventArgs)
OnKeyPress(Char)
OnKeyPress(Keys)
OnKeyUp(KeyEventArgs)
OnLocationChanged() (继承自 ReportItem)
OnMouseCaptureChanged()
OnMouseDown(Point)
OnMouseDrag(Point)
OnMouseEnter(Point)
OnMouseLeave()
OnMouseMove(Point)
OnMouseUp(Point)
OnMouseWheel(MouseEventArgs) (继承自 ReportItem)
OnNameChanged(String, String) (继承自 ReportItem)
OnParentChanged(IParent, IParent) (继承自 ReportItem)
OnRightClick(Point)
OnSizeChanged() (继承自 ReportItem)
QuickDraw(Graphics, Matrix, Int32)
RemoveChild(IReportItem)
Resize(HandleType, Double, Double) (继承自 ReportItem)
ResizeBottom(Double) (继承自 ReportItem)
ResizeLeft(Double) (继承自 ReportItem)
ResizeRight(Double) (继承自 ReportItem)
ResizeToEncloseChildren()
ResizeTop(Double) (继承自 ReportItem)
SavePositionAndSize() (继承自 ReportItem)
SetBoundingBox(RectangleD) (继承自 ReportItem)
SetItemClipping(Graphics, ReportItemDrawParams) (继承自 ReportItem)
SetRdlObject(ReportElement) (继承自 ReportItem)
ShowPropertyDialog() (继承自 ReportItem)
Translate(Double, Double)
UpdateGroupingPane(IGroupingPane) (继承自 ReportItem)
UpdateReferences(NameChanges) (继承自 ReportItem)
UpdateReferencesRecursive(NameChanges) (继承自 ReportItem)
UseHandleToMove() (继承自 ReportItem)

事件

Disposed (继承自 ReportItem)

适用于