IReportItem Interface

Definição

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
Derivado
Implementações

Propriedades

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

Métodos

Nome Description
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() (Herdado de ITool)
GetToolTip(PointF, Object)
GetTopResizeLimit()
IntersectsWith(RectangleF)
OnCopy(Report)
OnDoubleClick(Point) (Herdado de ITool)
OnDragDrop(Object, ReportItemDragParams)
OnDragLeave()
OnDragOver(PointF, ReportItemDragParams)
OnInitializeComplete()
OnKeyDown(KeyEventArgs)
OnKeyPress(Char)
OnKeyPress(Keys)
OnKeyUp(KeyEventArgs)
OnMouseCaptureChanged() (Herdado de ITool)
OnMouseDown(Point) (Herdado de ITool)
OnMouseDrag(Point) (Herdado de ITool)
OnMouseEnter(Point) (Herdado de ITool)
OnMouseLeave() (Herdado de ITool)
OnMouseMove(Point) (Herdado de ITool)
OnMouseUp(Point) (Herdado de ITool)
OnMouseWheel(MouseEventArgs)
OnRightClick(Point) (Herdado de ITool)
SetBoundingBox(RectangleD)
Translate(Double, Double)
UpdateGroupingPane(IGroupingPane)
UpdateReferences(NameChanges)
UpdateReferencesRecursive(NameChanges)

Aplica-se a