IDiskDataStorage Interface

Definition

public interface class IDiskDataStorage : IDisposable, Microsoft::ReportingServices::QueryDesigners::IDataStorage
public interface IDiskDataStorage : IDisposable, Microsoft.ReportingServices.QueryDesigners.IDataStorage
type IDiskDataStorage = interface
    interface IDataStorage
    interface IDisposable
Public Interface IDiskDataStorage
Implements IDataStorage, IDisposable
Derived
Implements

Methods

AddToStorage(IDataReader)
DeleteRow(Int64)
GetColumnInfo(Int32) (Inherited from IDataStorage)
GetFileName()
GetRowOffset(Int64)
GetSortView() (Inherited from IDataStorage)
GetStorageView() (Inherited from IDataStorage)
InitStorage(IDataReader)
IsClosed() (Inherited from IDataStorage)
NumColumns() (Inherited from IDataStorage)
NumRows() (Inherited from IDataStorage)
SerializeData()
StartStoringData()
StopStoringData()
StoreData()

Events

StorageNotify

Applies to