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

适用于