IDlgStorage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
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
- Derived
- Attributes
- Implements
Properties
Storage | |
StorageView |
Methods
EnsureRowsInBuf(Int64, Int64) | (Inherited from IGridStorage) |
FillControlWithData(Int64, Int32, IGridEmbeddedControl) | (Inherited from IGridStorage) |
GetCellDataAsBitmap(Int64, Int32) | (Inherited from IGridStorage) |
GetCellDataAsString(Int64, Int32) | (Inherited from IGridStorage) |
GetCellDataForButton(Int64, Int32, ButtonCellState, Bitmap, String) | (Inherited from IGridStorage) |
GetCellDataForCheckBox(Int64, Int32) | (Inherited from IGridStorage) |
IsCellEditable(Int64, Int32) | (Inherited from IGridStorage) |
NumRows() | (Inherited from IGridStorage) |
SetCellDataFromControl(Int64, Int32, IGridEmbeddedControl) | (Inherited from IGridStorage) |
Events
FillControlWithDataEvent | |
SetCellDataFromControlEvent |