ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / Read Method
The binary reader.
The file version.

In This Topic
    Read Method (Border)
    In This Topic
    Reads properties from a System.IO.BinaryReader.
    Syntax
    'Declaration
     
    Public Sub Read( _
       ByVal reader As BinaryReader, _
       ByVal fileVersion As Short _
    ) 
    public void Read( 
       BinaryReader reader,
       short fileVersion
    )

    Parameters

    reader
    The binary reader.
    fileVersion
    The file version.
    See Also