Share via


IDlgStorage インターフェイス

定義

重要

この API は CLS 準拠ではありません。

public interface class IDlgStorage : Microsoft::ReportingServices::QueryDesigners::IGridStorage
[System.CLSCompliant(false)]
public interface IDlgStorage : Microsoft.ReportingServices.QueryDesigners.IGridStorage
[<System.CLSCompliant(false)>]
type IDlgStorage = interface
    interface IGridStorage
Public Interface IDlgStorage
Implements IGridStorage
派生
属性
実装

プロパティ

Storage
StorageView

メソッド

EnsureRowsInBuf(Int64, Int64) (継承元 IGridStorage)
FillControlWithData(Int64, Int32, IGridEmbeddedControl) (継承元 IGridStorage)
GetCellDataAsBitmap(Int64, Int32) (継承元 IGridStorage)
GetCellDataAsString(Int64, Int32) (継承元 IGridStorage)
GetCellDataForButton(Int64, Int32, ButtonCellState, Bitmap, String) (継承元 IGridStorage)
GetCellDataForCheckBox(Int64, Int32) (継承元 IGridStorage)
IsCellEditable(Int64, Int32) (継承元 IGridStorage)
NumRows() (継承元 IGridStorage)
SetCellDataFromControl(Int64, Int32, IGridEmbeddedControl) (継承元 IGridStorage)

イベント

FillControlWithDataEvent
SetCellDataFromControlEvent

適用対象