GridStorage Class

Definition

public ref class GridStorage : IDisposable, Microsoft::ReportingServices::QueryDesigners::IGridStorage
public class GridStorage : IDisposable, Microsoft.ReportingServices.QueryDesigners.IGridStorage
type GridStorage = class
    interface IGridStorage
    interface IDisposable
Public Class GridStorage
Implements IDisposable, IGridStorage
Inheritance
GridStorage
Implements

Constructors

GridStorage()

Fields

m_grid
m_nNumOfVisibleRows
m_NotifyDelegate
m_sbVal
m_storage
m_view
MAX_NUM_BYTES_TO_DISPLAY

Methods

Dispose()
EnsureRowsInBuf(Int64, Int64)
FillControlWithData(Int64, Int32, IGridEmbeddedControl)
GetCellDataAsBitmap(Int64, Int32)
GetCellDataAsString(Int64, Int32)
GetCellDataForButton(Int64, Int32, ButtonCellState, Bitmap, String)
GetCellDataForCheckBox(Int64, Int32)
InitGrid(IDiskDataStorage, IGridControl)
IsCellEditable(Int64, Int32)
NumRows()
OnStorageNotify(Int64, Boolean)
SetCellDataFromControl(Int64, Int32, IGridEmbeddedControl)
SetGrid(IGridControl)
SetStorage(IDiskDataStorage)

Applies to