FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader Namespace / RplReader Class
Fields Properties Methods


In This Topic
    RplReader Class Members
    In This Topic

    The following tables list the members exposed by RplReader.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Protected Fields
     NameDescription
    Protected FieldFor internal use only. (Inherited from C1.Ssrs.ReaderBase)
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the end of the underlying stream has been reached. (Inherited from C1.Ssrs.ReaderBase)
    Public PropertyGets the C1.Ssrs.IReaderLog object used to build the parsing log. (Inherited from C1.Ssrs.ReaderBase)
    Public PropertyGets the current offset in the underlying stream. (Inherited from C1.Ssrs.ReaderBase)
    Public PropertyGets collection of all report item loaded during RPL parsing.  
    Public Property  
    Public Property  
    Public PropertyGets the underlying stream. (Inherited from C1.Ssrs.ReaderBase)
    Top
    Public Methods
     NameDescription
    Public MethodDisposes the current instance. (Inherited from C1.Ssrs.ReaderBase)
    Public MethodGets page with specified index from stream, before calling of this method all pages should be read via ReadPage() method.  
    Public MethodReads next page from RPL stream, returns null if stream has no more pages.  
    Top
    Protected Methods
     NameDescription
    Protected MethodClean up ReaderBase. (Inherited from C1.Ssrs.ReaderBase)
    Protected MethodOverridden.   
    Top
    See Also