次の方法で共有


IDataRegionContainer インターフェイス

定義

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
実装

プロパティ

AllowInHeaderFooter (継承元 IReportItem)
Bottom (継承元 IReportItem)
ContainingDataRegion (継承元 IReportItem)
ItemTypeDisplayName (継承元 IReportItem)
ItemTypeName (継承元 IReportItem)
Left (継承元 IReportItem)
Name (継承元 IReportItem)
Parent (継承元 IReportItem)
Report (継承元 IReportItem)
Right (継承元 IReportItem)
Top (継承元 IReportItem)
UsesGroupingPane (継承元 IReportItem)
ZIndex (継承元 IReportItem)

メソッド

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

適用対象