IFlarable Interface

Definition

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

Properties

AllowInHeaderFooter (Inherited from IReportItem)
Bottom (Inherited from IReportItem)
ContainingDataRegion (Inherited from IReportItem)
IsFlareOn
ItemTypeDisplayName (Inherited from IReportItem)
ItemTypeName (Inherited from IReportItem)
Left (Inherited from IReportItem)
Name (Inherited from IReportItem)
NeedsDoubleClickToActivate (Inherited from IActivatable)
Parent (Inherited from IReportItem)
Report (Inherited from IReportItem)
Right (Inherited from IReportItem)
Top (Inherited from IReportItem)
UsesGroupingPane (Inherited from IReportItem)
ZIndex (Inherited from IReportItem)

Methods

Activate() (Inherited from IActivatable)
AddItemsToContextMenu(ToolStripItemCollection, ReportItemMenuParams) (Inherited from IReportItem)
ContainsPoint(PointF) (Inherited from IReportItem)
CreateAccessibilityInstance(AccessibleObject, ILayoutEditor) (Inherited from IReportItem)
Deactivate(Boolean) (Inherited from IActivatable)
Draw(Graphics, ReportItemDrawParams) (Inherited from IReportItem)
DrawDragFeedback(Graphics, Matrix) (Inherited from IReportItem)
DrawFlare(Graphics, Matrix)
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)
GetDragDropTarget(PointF, ReportItemDragParams) (Inherited from IReportItem)
GetLeftResizeLimit() (Inherited from IReportItem)
GetRdlObject() (Inherited from IReportItem)
GetRequiredSpace(Double, Double, Double, Double)
GetRightResizeLimit() (Inherited from IReportItem)
GetRulerFeedback() (Inherited from ITool)
GetToolTip(PointF, Object) (Inherited from IReportItem)
GetTopResizeLimit() (Inherited from IReportItem)
IntersectsWith(RectangleF) (Inherited from IReportItem)
IsPointWithinFlare(PointF, Matrix)
IsReadyToBeActive() (Inherited from IActivatable)
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)
ResizeFlare()
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