FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs.RplReader Namespace / RplReader Class / RplReader Constructor

In This Topic
    RplReader Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal stream As Stream, _
       ByVal log As IReaderLog _
    )
    public RplReader( 
       Stream stream,
       IReaderLog log
    )

    Parameters

    stream
    log
    See Also