IDataRegionContainer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IDataRegionContainer : IDisposable, Microsoft::ReportDesigner::IReportItem, System::ComponentModel::IComponent
public interface IDataRegionContainer : IDisposable, Microsoft.ReportDesigner.IReportItem, System.ComponentModel.IComponent
type IDataRegionContainer = interface
interface IReportItem
interface ITool
interface IComponent
interface IDisposable
Public Interface IDataRegionContainer
Implements IComponent, IDisposable, IReportItem
Implements
Properties
Methods
AddItemsToContextMenu(ToolStripItemCollection, ReportItemMenuParams)
(Inherited from IReportItem )
ContainsPoint(PointF)
(Inherited from IReportItem )
CreateAccessibilityInstance(AccessibleObject, ILayoutEditor)
(Inherited from IReportItem )
Draw(Graphics, ReportItemDrawParams)
(Inherited from IReportItem )
DrawDragFeedback(Graphics, Matrix)
(Inherited from IReportItem )
DrawMouseOverFeedback(Graphics, Matrix)
(Inherited from IReportItem )
DrawSelectionMarks(Graphics, Matrix, Boolean)
(Inherited from IReportItem )
GetBottomResizeLimit()
(Inherited from IReportItem )
GetBoundingBox()
(Inherited from IReportItem )
GetBoundingSizeLimit()
(Inherited from IReportItem )
GetDataRegions()
GetDragDropTarget(PointF, ReportItemDragParams)
(Inherited from IReportItem )
GetLeftResizeLimit()
(Inherited from IReportItem )
GetRdlObject()
(Inherited from IReportItem )
GetRightResizeLimit()
(Inherited from IReportItem )
GetRulerFeedback()
(Inherited from ITool )
GetToolTip(PointF, Object)
(Inherited from IReportItem )
GetTopResizeLimit()
(Inherited from IReportItem )
IntersectsWith(RectangleF)
(Inherited from IReportItem )
OnCopy(Report)
(Inherited from IReportItem )
OnDoubleClick(Point)
(Inherited from ITool )
OnDragDrop(Object, ReportItemDragParams)
(Inherited from IReportItem )
OnDragLeave()
(Inherited from IReportItem )
OnDragOver(PointF, ReportItemDragParams)
(Inherited from IReportItem )
OnInitializeComplete()
(Inherited from IReportItem )
OnKeyDown(KeyEventArgs)
(Inherited from IReportItem )
OnKeyPress(Char)
(Inherited from IReportItem )
OnKeyPress(Keys)
(Inherited from IReportItem )
OnKeyUp(KeyEventArgs)
(Inherited from IReportItem )
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)
(Inherited from IReportItem )
OnRightClick(Point)
(Inherited from ITool )
SetBoundingBox(RectangleD)
(Inherited from IReportItem )
Translate(Double, Double)
(Inherited from IReportItem )
UpdateGroupingPane(IGroupingPane)
(Inherited from IReportItem )
UpdateReferences(NameChanges)
(Inherited from IReportItem )
UpdateReferencesRecursive(NameChanges)
(Inherited from IReportItem )
Applies to