Language

DlgGridControl Class

Definition

public ref class DlgGridControl : Microsoft::ReportingServices::QueryDesigners::GridControl, Microsoft::ReportingServices::QueryDesigners::IDlgGridControl
public class DlgGridControl : Microsoft.ReportingServices.QueryDesigners.GridControl, Microsoft.ReportingServices.QueryDesigners.IDlgGridControl
type DlgGridControl = class
    inherit GridControl
    interface IDlgGridControl
    interface IGridControl
Public Class DlgGridControl
Inherits GridControl
Implements IDlgGridControl
Inheritance
DlgGridControl
Derived
Implements

Constructors

Name Description
DlgGridControl()
DlgGridControl(IDlgStorage)

Fields

Name Description
m_backBrush (Inherited from GridControl)
m_captureTracker (Inherited from GridControl)
m_Columns (Inherited from GridControl)
m_curEmbeddedControl (Inherited from GridControl)
m_gridFont (Inherited from GridControl)
m_gridHeader (Inherited from GridControl)
m_gridLinesPen (Inherited from GridControl)
m_gridStorage (Inherited from GridControl)
m_gridTooltip (Inherited from GridControl)
m_highlightBrush (Inherited from GridControl)
m_highlightTextBrush (Inherited from GridControl)
m_hooverOverArea (Inherited from GridControl)
m_linkFont (Inherited from GridControl)
m_scrollableArea (Inherited from GridControl)
m_scrollMgr (Inherited from GridControl)
m_selMgr (Inherited from GridControl)
m_Storage
MaxDisplayableChars (Inherited from GridControl)
s_GridEventsCategory (Inherited from GridControl)
s_GridPropsCategory (Inherited from GridControl)
TName

Properties

Name Description
ActAsEnabled (Inherited from GridControl)
AlwaysHighlightSelection (Inherited from GridControl)
AutoScrollInterval (Inherited from GridControl)
BorderStyle (Inherited from GridControl)
ColumnsNumber (Inherited from GridControl)
ColumnsReorderableByDefault (Inherited from GridControl)
ColumnsSeparator (Inherited from GridControl)
CreateParams (Inherited from GridControl)
DefaultHeaderFont (Inherited from GridControl)
DlgStorage
FirstScrollableColumn (Inherited from GridControl)
FirstScrollableRow (Inherited from GridControl)
FocusEditorOnNavigation (Inherited from GridControl)
GridColumnsInfo (Inherited from GridControl)
GridLinesPen (Inherited from GridControl)
GridLineType (Inherited from GridControl)
GridStorage (Inherited from GridControl)
HeaderFont (Inherited from GridControl)
HeaderHeight (Inherited from GridControl)
HighlightColor (Inherited from GridControl)
IsEditing (Inherited from GridControl)
IsInitializing (Inherited from GridControl)
MarginsWidth (Inherited from GridControl)
NeedToHighlightCurrentCell (Inherited from GridControl)
NewLineCharacters (Inherited from GridControl)
PrintDocument (Inherited from GridControl)
RowHeight (Inherited from GridControl)
RowsNumber
SelectedCells (Inherited from GridControl)
SelectedRow
SelectedRows
SelectionType (Inherited from GridControl)
ShouldCommitEmbeddedControlOnLostFocus (Inherited from GridControl)
StringForBitmapData (Inherited from GridControl)
StringForButtonsWithBmpOnly (Inherited from GridControl)
VisibleRowsNum (Inherited from GridControl)
WithHeader (Inherited from GridControl)

Methods

Name Description
AddColumn(GridColumnInfo) (Inherited from GridControl)
AddColumnInternal(GridColumnInfo) (Inherited from GridControl)
AddRow(GridCellCollection)
AdjustColumnIndexesInSelectedCells(BlockOfCellsCollection, Boolean) (Inherited from GridControl)
AdjustEmbeddedEditorBoundsForCustomColumn(Rectangle, Int32, Int64) (Inherited from GridControl)
AdjustSelectionForButtonCellMouseClick() (Inherited from GridControl)
AllocateBitmapColumn(GridColumnInfo, Int32, Int32) (Inherited from GridControl)
AllocateButtonColumn(GridColumnInfo, Int32, Int32) (Inherited from GridControl)
AllocateCheckBoxColumn(GridColumnInfo, Int32, Int32) (Inherited from GridControl)
AllocateCustomColumn(GridColumnInfo, Int32, Int32) (Inherited from GridControl)
AllocateGridPrinter() (Inherited from GridControl)
AllocateHyperlinkColumn(GridColumnInfo, Int32, Int32) (Inherited from GridControl)
AllocateTextColumn(GridColumnInfo, Int32, Int32) (Inherited from GridControl)
AlwaysHighlightSelectionInt(Boolean) (Inherited from GridControl)
BeginInit() (Inherited from GridControl)
CalculateHeaderHeight(Font) (Inherited from GridControl)
CalcValidColWidth(Int32) (Inherited from GridControl)
CheckAndRePositionEmbeddedControlForSmallSizes() (Inherited from GridControl)
CheckBitArraysLength()
CreateAccessibilityInstance() (Inherited from GridControl)
DeleteAllRows()
DeleteColumn(Int32) (Inherited from GridControl)
DeleteColumnInternal(Int32)
DeleteRow(Int32)
Dispose(Boolean) (Inherited from GridControl)
DoCellPainting(Graphics, SolidBrush, SolidBrush, Font, Rectangle, GridColumn, Int64, Boolean) (Inherited from GridControl)
DoCellPrinting(Graphics, SolidBrush, SolidBrush, Font, Rectangle, GridColumn, Int64) (Inherited from GridControl)
EndInit()
EnsureCellIsVisible(Int64, Int32) (Inherited from GridControl)
EnsureCellIsVisibleInternal(Int64, Int32) (Inherited from GridControl)
GetAccessibilityObjectById(Int32) (Inherited from GridControl)
GetButtonCellState(Int64, Int32) (Inherited from GridControl)
GetCellFont(Int64, GridColumn) (Inherited from GridControl)
GetCellGDIObjects(GridColumn, Int64, Int32, SolidBrush, SolidBrush) (Inherited from GridControl)
GetCellInfo(Int32, Int32)
GetCellStringForResizeToShowAll(Int64, Int32, StringFormat) (Inherited from GridControl)
GetCellStringForResizeToShowAll(Int64, Int32, TextFormatFlags) (Inherited from GridControl)
GetColumnWidth(Int32) (Inherited from GridControl)
GetColumnWidthInternal(Int32) (Inherited from GridControl)
GetCurrentCell(Int64, Int32) (Inherited from GridControl)
GetCustomColumnStringForClipboardText(Int64, Int32) (Inherited from GridControl)
GetDataObject(Boolean) (Inherited from GridControl)
GetDataObjectInternal(Boolean) (Inherited from GridControl)
GetGridCellArrFromCol(GridCellCollection)
GetGridColumnInfo(Int32) (Inherited from GridControl)
GetHeaderInfo(Int32, String, Bitmap) (Inherited from GridControl)
GetHeaderInfo(Int32, String, GridCheckBoxState) (Inherited from GridControl)
GetHeaderInfoInternal(Int32, String, Bitmap, GridCheckBoxState) (Inherited from GridControl)
GetMinWidthOfColumn(Int32) (Inherited from GridControl)
GetRegisteredEmbeddedControl(Int32) (Inherited from GridControl)
GetRowInfo(Int32)
GetSelectedCell(Int32, Int32)
GetStorageColumnIndexByUIIndex(Int32) (Inherited from GridControl)
GetStorageRowAsGridCells(Int32)
GetTextBasedColumnStringForClipboardText(Int64, Int32) (Inherited from GridControl)
GetUIColumnIndexByStorageIndex(Int32) (Inherited from GridControl)
GetVisibleCellRectangle(Int64, Int32) (Inherited from GridControl)
GraphicsFromHandle() (Inherited from GridControl)
HandleButtonLBtnDown() (Inherited from GridControl)
HandleButtonLBtnUp(Int32, Int32) (Inherited from GridControl)
HandleButtonMouseMove(Int32, Int32) (Inherited from GridControl)
HandleButtonMouseMoveWhileDraggingHeader(Int32, Int32) (Inherited from GridControl)
HandleColResizeLBtnDown() (Inherited from GridControl)
HandleColResizeLBtnUp(Int32, Int32) (Inherited from GridControl)
HandleColResizeMouseMove(Int32, Int32, Boolean) (Inherited from GridControl)
HandleCustomCellDoubleClick(Keys, MouseButtons) (Inherited from GridControl)
HandleCustomCellMouseBtnDown(Keys, MouseButtons) (Inherited from GridControl)
HandleCustomCellMouseBtnUp(Int32, Int32, MouseButtons) (Inherited from GridControl)
HandleCustomCellMouseMove(Int32, Int32, MouseButtons) (Inherited from GridControl)
HandleHeaderButtonMouseMove(Int32, Int32) (Inherited from GridControl)
HandleKeyboard(KeyEventArgs) (Inherited from GridControl)
HandleStdCellLBtnDown(Keys) (Inherited from GridControl)
HandleStdCellLBtnMouseMove(Int32, Int32) (Inherited from GridControl)
HandleStdCellLBtnUp(Int32, Int32) (Inherited from GridControl)
HandleTabOnLastOrFirstCell(Boolean)
HitTest(Int32, Int32) (Inherited from GridControl)
HitTestGridButton(Int64, Int32, Rectangle, Point) (Inherited from GridControl)
HitTestInternal(Int32, Int32) (Inherited from GridControl)
InsertColumn(Int32, GridColumnInfo) (Inherited from GridControl)
InsertColumnInternal(Int32, GridColumnInfo)
InsertRow(Int32, GridCellCollection)
IsACellBeingEdited(Int64, Int32) (Inherited from GridControl)
IsACellBeingEditedInternal(Int64, Int32) (Inherited from GridControl)
IsCellDirty(Int32, Int32)
IsCellEditableFromKeyboardNav() (Inherited from GridControl)
IsCellVisible(Int32, Int64) (Inherited from GridControl)
IsColumnHeaderDraggable(Int32) (Inherited from GridControl)
IsInputChar(Char) (Inherited from GridControl)
IsRowDirty(Int32)
MeasureWidthOfCustomColumnRows(Int32, Int32, Int64, Int64, Graphics) (Inherited from GridControl)
MeasureWidthOfRows(Int32, Int32, Int64, Int64, Graphics) (Inherited from GridControl)
NotifyAccAboutNewSelection(Boolean, Boolean) (Inherited from GridControl)
OnBackColorChanged(EventArgs) (Inherited from GridControl)
OnBeforeGetClipboardTextForCells(StringBuilder, Int64, Int64, Int32, Int32) (Inherited from GridControl)
OnCanInitiateDragFromCell(Int64, Int32) (Inherited from GridControl)
OnColumnsReordered(Int32, Int32) (Inherited from GridControl)
OnColumnWasReordered(Int32, Int32) (Inherited from GridControl)
OnColumnWidthChanged(Int32, Int32) (Inherited from GridControl)
OnDeleteAllRows()
OnDeleteRow(Int32)
OnEmbeddedControlContentsChanged(IGridEmbeddedControl) (Inherited from GridControl)
OnEmbeddedControlLostFocus() (Inherited from GridControl)
OnEnabledChanged(EventArgs) (Inherited from GridControl)
OnFontChanged(EventArgs) (Inherited from GridControl)
OnGotFocus(EventArgs) (Inherited from GridControl)
OnGridSpecialEvent(Int32, Object, HitTestResult, Int64, Int32, Rectangle, MouseButtons, GridButtonArea) (Inherited from GridControl)
OnHandleCreated(EventArgs) (Inherited from GridControl)
OnHandleDestroyed(EventArgs) (Inherited from GridControl)
OnHeaderButtonClicked(Int32, MouseButtons, GridButtonArea) (Inherited from GridControl)
OnKeyDown(KeyEventArgs) (Inherited from GridControl)
OnKeyPress(KeyPressEventArgs) (Inherited from GridControl)
OnKeyPressedOnCell(Int64, Int32, Keys, Keys)
OnKeyUp(KeyEventArgs) (Inherited from GridControl)
OnLostFocus(EventArgs) (Inherited from GridControl)
OnMouseButtonClicked(Int64, Int32, Rectangle, MouseButtons) (Inherited from GridControl)
OnMouseButtonClicking(Int64, Int32, Rectangle, Keys, MouseButtons) (Inherited from GridControl)
OnMouseButtonDoubleClicked(HitTestResult, Int64, Int32, Rectangle, MouseButtons, GridButtonArea) (Inherited from GridControl)
OnMouseDown(MouseEventArgs) (Inherited from GridControl)
OnMouseMove(MouseEventArgs) (Inherited from GridControl)
OnMouseUp(MouseEventArgs) (Inherited from GridControl)
OnMouseWheel(MouseEventArgs) (Inherited from GridControl)
OnMouseWheelInEmbeddedControl(MouseEventArgs) (Inherited from GridControl)
OnPaint(PaintEventArgs) (Inherited from GridControl)
OnParentChanged(EventArgs) (Inherited from GridControl)
OnParentFontChanged(EventArgs) (Inherited from GridControl)
OnResetFirstScrollableColumn(Int32, Int32) (Inherited from GridControl)
OnRightToLeftChanged(EventArgs) (Inherited from GridControl)
OnSelectionChanged(BlockOfCellsCollection) (Inherited from GridControl)
OnSizeChanged(EventArgs) (Inherited from GridControl)
OnStandardKeyProcessing(KeyEventArgs) (Inherited from GridControl)
OnStartCellDragOperation() (Inherited from GridControl)
OnStartedCellEdit() (Inherited from GridControl)
OnStoppedCellEdit() (Inherited from GridControl)
OnTooltipDataNeeded(HitTestResult, Int64, Int32, String) (Inherited from GridControl)
PaintCurrentCellRect(Graphics, Rectangle) (Inherited from GridControl)
PaintEmptyGrid(Graphics) (Inherited from GridControl)
PaintGrid(Graphics) (Inherited from GridControl)
PaintGridBackground(Graphics) (Inherited from GridControl)
PaintHeader(Graphics) (Inherited from GridControl)
PaintHeaderHelper(Graphics, Int32, Int32, Int32, Int32, Boolean) (Inherited from GridControl)
PaintHeaderHelper(Graphics, Int32, Int32, Int32, Int32) (Inherited from GridControl)
PaintHorizGridLines(Graphics, Int64, Int32, Int32, Int32, Boolean) (Inherited from GridControl)
PaintOneCell(Graphics, Int32, Int64, Int32, Int64, Rectangle, Rectangle, Rectangle) (Inherited from GridControl)
PaintVertGridLines(Graphics, Int32, Int32, Int32, Int32, Int32) (Inherited from GridControl)
PositionEmbeddedEditor(Rectangle, Int32) (Inherited from GridControl)
ProcessDialogKey(Keys) (Inherited from GridControl)
ProcessForTooltip(HitTestResult, Int64, Int32) (Inherited from GridControl)
ProcessHomeEndKeys(Boolean, Keys) (Inherited from GridControl)
ProcessKeyPreview(Message) (Inherited from GridControl)
ProcessLeftRightKeys(Boolean, Keys, Boolean) (Inherited from GridControl)
ProcessLeftRightUpDownKeysForBlockSel(Keys) (Inherited from GridControl)
ProcessPageUpDownKeys(Boolean, Keys) (Inherited from GridControl)
ProcessUpDownKeys(Boolean, Keys) (Inherited from GridControl)
RegisterEmbeddedControl(Int32, Control) (Inherited from GridControl)
RegisterEmbeddedControlInternal(Int32, Control) (Inherited from GridControl)
ResetGrid() (Inherited from GridControl)
ResetGridInternal()
ResetHeaderFont() (Inherited from GridControl)
ResizeColumnToShowAllContents(Int32, Boolean) (Inherited from GridControl)
ResizeColumnToShowAllContents(Int32) (Inherited from GridControl)
ResizeColumnToShowAllContentsInternal(Int32, Boolean) (Inherited from GridControl)
ResizeColumnToShowAllContentsInternal(Int32) (Inherited from GridControl)
SelectedCellsInternal(BlockOfCellsCollection, Boolean) (Inherited from GridControl)
SendMouseClickToEmbeddedControl() (Inherited from GridControl)
SetBitmapsForCheckBoxColumn(Int32, Bitmap, Bitmap, Bitmap, Bitmap) (Inherited from GridControl)
SetCellDirtyState(Int32, Int32, Boolean)
SetCellInfo(Int32, Int32, GridCell)
SetColumnWidth(Int32, GridColumnWidthType, Int32) (Inherited from GridControl)
SetColumnWidthInternal(Int32, GridColumnWidthType, Int32) (Inherited from GridControl)
SetCursorForCustomCell(Int64, Int32, Rectangle) (Inherited from GridControl)
SetCursorFromHitTest(HitTestResult, Int64, Int32, Rectangle) (Inherited from GridControl)
SetHeaderInfo(Int32, String, Bitmap) (Inherited from GridControl)
SetHeaderInfo(Int32, String, GridCheckBoxState) (Inherited from GridControl)
SetHeaderInfoInternal(Int32, String, Bitmap, GridCheckBoxState) (Inherited from GridControl)
SetMergedHeaderResizeProportion(Int32, Single) (Inherited from GridControl)
SetMergedHeaderResizeProportionInternal(Int32, Single) (Inherited from GridControl)
SetRowInfo(Int32, GridCellCollection)
SetSelectedCell(Int32, Int32)
ShouldRedirectKeyPressToMouseClick(Int64, Int32, Keys, Keys)
ShouldSerializeHeaderFont() (Inherited from GridControl)
StartCellEdit(Int64, Int32) (Inherited from GridControl)
StartCellEditInternal(Int64, Int32) (Inherited from GridControl)
StopCellEdit(Boolean) (Inherited from GridControl)
StopCellEditInternal(Boolean) (Inherited from GridControl)
UpdateGrid() (Inherited from GridControl)
UpdateGrid(Boolean) (Inherited from GridControl)
UpdateGridIfNeeded(Boolean)
UpdateGridInternal(Boolean) (Inherited from GridControl)
ValidateRowsSel(Boolean)
WndProc(Message) (Inherited from GridControl)

Events

Name Description
ColumnReorderRequested (Inherited from GridControl)
ColumnsReordered (Inherited from GridControl)
ColumnWidthChanged (Inherited from GridControl)
CustomizeCellGDIObjects (Inherited from GridControl)
EmbeddedControlContentsChanged (Inherited from GridControl)
FillControlWithData
GridSpecialEvent (Inherited from GridControl)
HeaderButtonClicked (Inherited from GridControl)
KeyPressedOnCell (Inherited from GridControl)
MouseButtonClicked (Inherited from GridControl)
MouseButtonClicking (Inherited from GridControl)
MouseButtonDoubleClicked (Inherited from GridControl)
SelectionChanged (Inherited from GridControl)
SetCellDataFromControl
StandardKeyProcessing (Inherited from GridControl)
TooltipDataNeeded (Inherited from GridControl)

Applies to