次の方法で共有


GridStorage クラス

定義

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
継承
GridStorage
実装

コンストラクター

GridStorage()

フィールド

m_grid
m_nNumOfVisibleRows
m_NotifyDelegate
m_sbVal
m_storage
m_view
MAX_NUM_BYTES_TO_DISPLAY

メソッド

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)

適用対象