Język

IDlgGridControl Interface

Definition

public interface class IDlgGridControl : Microsoft::ReportingServices::QueryDesigners::IGridControl
public interface IDlgGridControl : Microsoft.ReportingServices.QueryDesigners.IGridControl
type IDlgGridControl = interface
    interface IGridControl
Public Interface IDlgGridControl
Implements IGridControl
Derived
Implements

Properties

Name Description
AlwaysHighlightSelection (Inherited from IGridControl)
AutoScrollInterval (Inherited from IGridControl)
BorderStyle (Inherited from IGridControl)
ColumnsNumber (Inherited from IGridControl)
ColumnsReorderableByDefault (Inherited from IGridControl)
DlgStorage
FirstScrollableColumn (Inherited from IGridControl)
FirstScrollableRow (Inherited from IGridControl)
FocusEditorOnNavigation (Inherited from IGridControl)
GridColumnsInfo (Inherited from IGridControl)
GridLineType (Inherited from IGridControl)
GridStorage (Inherited from IGridControl)
HeaderFont (Inherited from IGridControl)
HeaderHeight (Inherited from IGridControl)
HighlightColor (Inherited from IGridControl)
MarginsWidth (Inherited from IGridControl)
PrintDocument (Inherited from IGridControl)
RowHeight (Inherited from IGridControl)
RowsNumber
SelectedCells (Inherited from IGridControl)
SelectedRow
SelectedRows
SelectionType (Inherited from IGridControl)
VisibleRowsNum (Inherited from IGridControl)
WithHeader (Inherited from IGridControl)

Methods

Name Description
AddColumn(GridColumnInfo) (Inherited from IGridControl)
AddRow(GridCellCollection)
DeleteColumn(Int32) (Inherited from IGridControl)
DeleteRow(Int32)
EnsureCellIsVisible(Int64, Int32) (Inherited from IGridControl)
GetCellInfo(Int32, Int32)
GetColumnWidth(Int32) (Inherited from IGridControl)
GetCurrentCell(Int64, Int32) (Inherited from IGridControl)
GetDataObject(Boolean) (Inherited from IGridControl)
GetGridColumnInfo(Int32) (Inherited from IGridControl)
GetHeaderInfo(Int32, String, Bitmap) (Inherited from IGridControl)
GetHeaderInfo(Int32, String, GridCheckBoxState) (Inherited from IGridControl)
GetRowInfo(Int32)
GetSelectedCell(Int32, Int32)
GetStorageColumnIndexByUIIndex(Int32) (Inherited from IGridControl)
GetUIColumnIndexByStorageIndex(Int32) (Inherited from IGridControl)
GetVisibleCellRectangle(Int64, Int32) (Inherited from IGridControl)
HitTest(Int32, Int32) (Inherited from IGridControl)
InsertColumn(Int32, GridColumnInfo) (Inherited from IGridControl)
InsertRow(Int32, GridCellCollection)
IsACellBeingEdited(Int64, Int32) (Inherited from IGridControl)
IsCellDirty(Int32, Int32)
IsRowDirty(Int32)
RegisterEmbeddedControl(Int32, Control) (Inherited from IGridControl)
ResetGrid() (Inherited from IGridControl)
ResizeColumnToShowAllContents(Int32) (Inherited from IGridControl)
SetBitmapsForCheckBoxColumn(Int32, Bitmap, Bitmap, Bitmap, Bitmap) (Inherited from IGridControl)
SetCellDirtyState(Int32, Int32, Boolean)
SetCellInfo(Int32, Int32, GridCell)
SetColumnWidth(Int32, GridColumnWidthType, Int32) (Inherited from IGridControl)
SetHeaderInfo(Int32, String, Bitmap) (Inherited from IGridControl)
SetHeaderInfo(Int32, String, GridCheckBoxState) (Inherited from IGridControl)
SetMergedHeaderResizeProportion(Int32, Single) (Inherited from IGridControl)
SetRowInfo(Int32, GridCellCollection)
SetSelectedCell(Int32, Int32)
StartCellEdit(Int64, Int32) (Inherited from IGridControl)
StopCellEdit(Boolean) (Inherited from IGridControl)
UpdateGrid() (Inherited from IGridControl)
UpdateGrid(Boolean) (Inherited from IGridControl)

Events

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

Applies to