IDlgGridControl 接口

定义

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
派生
实现

属性

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

方法

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

事件

ColumnReorderRequested (继承自 IGridControl)
ColumnsReordered (继承自 IGridControl)
ColumnWidthChanged (继承自 IGridControl)
CustomizeCellGDIObjects (继承自 IGridControl)
EmbeddedControlContentsChanged (继承自 IGridControl)
FillControlWithData
GridSpecialEvent (继承自 IGridControl)
HeaderButtonClicked (继承自 IGridControl)
KeyPressedOnCell (继承自 IGridControl)
MouseButtonClicked (继承自 IGridControl)
MouseButtonClicking (继承自 IGridControl)
MouseButtonDoubleClicked (继承自 IGridControl)
SelectionChanged (继承自 IGridControl)
SetCellDataFromControl
StandardKeyProcessing (继承自 IGridControl)
TooltipDataNeeded (继承自 IGridControl)

适用于