MemDataStorage Class

Definition

public ref class MemDataStorage : IDisposable, Microsoft::ReportingServices::QueryDesigners::IMemDataStorage
public class MemDataStorage : IDisposable, Microsoft.ReportingServices.QueryDesigners.IMemDataStorage
type MemDataStorage = class
    interface IMemDataStorage
    interface IDataStorage
    interface IDisposable
Public Class MemDataStorage
Implements IDisposable, IMemDataStorage
Inheritance
MemDataStorage
Derived
Implements

Constructors

MemDataStorage()

Fields

m_arrColumns
m_arrRows

Methods

AddColumn(String)
AddRow(Object[])
DeleteRow(Int32)
Dispose()
GetColumnInfo(Int32)
GetRow(Int32)
GetSortView()
GetStorageView()
InitStorage()
InsertRow(Int32, Object[])
IsClosed()
NumColumns()
NumRows()

Applies to