ComponentizableReportItem Class

Definition

public ref class ComponentizableReportItem abstract : Microsoft::ReportDesigner::ReportItem, Microsoft::ReportDesigner::IComponentizable
public abstract class ComponentizableReportItem : Microsoft.ReportDesigner.ReportItem, Microsoft.ReportDesigner.IComponentizable
type ComponentizableReportItem = class
    inherit ReportItem
    interface IComponentizable
Public MustInherit Class ComponentizableReportItem
Inherits ReportItem
Implements IComponentizable
Inheritance
ComponentizableReportItem
Derived
Implements

Constructors

ComponentizableReportItem(ReportElement, ILayoutEditor)

Fields

GhostAlpha (Inherited from ReportItem)
HandleSize (Inherited from ReportItem)

Properties

Action (Inherited from ReportItem)
AllowInHeaderFooter (Inherited from ReportItem)
BackgroundColor (Inherited from ReportItem)
BackgroundImage (Inherited from ReportItem)
Bookmark (Inherited from ReportItem)
Border (Inherited from ReportItem)
BorderColor (Inherited from ReportItem)
BorderStyle (Inherited from ReportItem)
BorderWidth (Inherited from ReportItem)
Bottom (Inherited from ReportItem)
BottomBorder (Inherited from ReportItem)
Calendar (Inherited from ReportItem)
ComponentDescription
ComponentID
ContainingDataRegion (Inherited from ReportItem)
CustomProperties (Inherited from ReportItem)
DataElementName (Inherited from ReportItem)
DataElementOutput (Inherited from ReportItem)
DocumentMapLabel (Inherited from ReportItem)
DocumentMapLabelLocId (Inherited from ReportItem)
ErrorRendering (Inherited from ReportItem)
Height (Inherited from ReportItem)
Hidden (Inherited from ReportItem)
HideUpdateNotifications
ItemAccessibleObject (Inherited from ReportItem)
ItemLocation (Inherited from ReportItem)
ItemSize (Inherited from ReportItem)
ItemTypeDisplayName (Inherited from ReportItem)
ItemTypeName (Inherited from ReportItem)
Language (Inherited from ReportItem)
LayoutEditor (Inherited from ReportItem)
Left (Inherited from ReportItem)
LeftBorder (Inherited from ReportItem)
MinimumSize (Inherited from ReportItem)
Name (Inherited from ReportItem)
Parent (Inherited from ReportItem)
ParentName (Inherited from ReportItem)
PreferredHeightUnit (Inherited from ReportItem)
PreferredWidthUnit (Inherited from ReportItem)
RdlReportElement (Inherited from ReportItem)
RdlReportItem (Inherited from ReportItem)
RenderingTime (Inherited from ReportItem)
RepeatWith (Inherited from ReportItem)
Report (Inherited from ReportItem)
ReportItem
Right (Inherited from ReportItem)
RightBorder (Inherited from ReportItem)
Site (Inherited from ReportItem)
SourcePath
SyncDate
ToggleItem (Inherited from ReportItem)
ToolTip (Inherited from ReportItem)
ToolTipLocId (Inherited from ReportItem)
Top (Inherited from ReportItem)
TopBorder (Inherited from ReportItem)
UsesGroupingPane (Inherited from ReportItem)
Visibility (Inherited from ReportItem)
Width (Inherited from ReportItem)
ZIndex (Inherited from ReportItem)

Methods

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

Events

Disposed (Inherited from ReportItem)

Applies to