[]
        
(Showing Draft Content)

C1.Ssrs.RplReader.RplReader

RplReader Class

Implements parsing of RPL stream.

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

Constructors

Name Description
RplReader(Stream, IReaderLog)

Properties

Name Description
ReportItems

Gets collection of all report item loaded during RPL parsing.

SharedImages
SharedProperties

Methods

Name Description
GetPage(int)

Gets page with specified index from stream, before calling of this method all pages should be read via ReadPage() method.

Init()

For internal use.

ReadPage()

Reads next page from RPL stream, returns null if stream has no more pages.