IReportItem Interface

Definition

public interface class IReportItem : IDisposable, Microsoft::ReportDesigner::ITool, System::ComponentModel::IComponent
public interface IReportItem : IDisposable, Microsoft.ReportDesigner.ITool, System.ComponentModel.IComponent
type IReportItem = interface
    interface ITool
    interface IComponent
    interface IDisposable
Public Interface IReportItem
Implements IComponent, IDisposable, ITool
Derived
Implements

Properties

AllowInHeaderFooter
Bottom
ContainingDataRegion
ItemTypeDisplayName
ItemTypeName
Left
Name
Parent
Report
Right
Top
UsesGroupingPane
ZIndex

Methods

AddItemsToContextMenu(ToolStripItemCollection, ReportItemMenuParams)
ContainsPoint(PointF)
CreateAccessibilityInstance(AccessibleObject, ILayoutEditor)
Draw(Graphics, ReportItemDrawParams)
DrawDragFeedback(Graphics, Matrix)
DrawMouseOverFeedback(Graphics, Matrix)
DrawSelectionMarks(Graphics, Matrix, Boolean)
GetBottomResizeLimit()
GetBoundingBox()
GetBoundingSizeLimit()
GetDragDropTarget(PointF, ReportItemDragParams)
GetLeftResizeLimit()
GetRdlObject()
GetRightResizeLimit()
GetRulerFeedback() (Inherited from ITool)
GetToolTip(PointF, Object)
GetTopResizeLimit()
IntersectsWith(RectangleF)
OnCopy(Report)
OnDoubleClick(Point) (Inherited from ITool)
OnDragDrop(Object, ReportItemDragParams)
OnDragLeave()
OnDragOver(PointF, ReportItemDragParams)
OnInitializeComplete()
OnKeyDown(KeyEventArgs)
OnKeyPress(Char)
OnKeyPress(Keys)
OnKeyUp(KeyEventArgs)
OnMouseCaptureChanged() (Inherited from ITool)
OnMouseDown(Point) (Inherited from ITool)
OnMouseDrag(Point) (Inherited from ITool)
OnMouseEnter(Point) (Inherited from ITool)
OnMouseLeave() (Inherited from ITool)
OnMouseMove(Point) (Inherited from ITool)
OnMouseUp(Point) (Inherited from ITool)
OnMouseWheel(MouseEventArgs)
OnRightClick(Point) (Inherited from ITool)
SetBoundingBox(RectangleD)
Translate(Double, Double)
UpdateGroupingPane(IGroupingPane)
UpdateReferences(NameChanges)
UpdateReferencesRecursive(NameChanges)

Applies to