[]
        
(Showing Draft Content)

C1.Ssrs.ReaderBase

ReaderBase Class

Abstract base class for classes used to read SSRS streams (RPL or RGDI).

Inheritance
ReaderBase
Implements
Namespace: C1.Ssrs
Assembly: C1.Document.dll
Syntax
public abstract class ReaderBase : IDisposable

Constructors

Name Description
ReaderBase(Stream, IReaderLog)

Initializes a new instance of the ReaderBase class.

Fields

Name Description
m_Br

For internal use only.

Properties

Name Description
Eof

Gets a value indicating whether the end of the underlying stream has been reached.

Log

Gets the IReaderLog object used to build the parsing log.

Offset

Gets the current offset in the underlying stream.

Stream

Gets the underlying stream.

Methods

Name Description
Dispose()

Disposes the current instance.

~ReaderBase()

Clean up ReaderBase.

Init()

For internal use.