次の方法で共有


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)

適用対象