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

In This Topic
    Write Method (Border)
    In This Topic
    Writing the current values using a specified System.IO.BinaryWriter.
    Syntax
    'Declaration
     
    Public Sub Write( _
       ByVal writer As BinaryWriter, _
       ByVal fileVersion As Short _
    ) 
    public void Write( 
       BinaryWriter writer,
       short fileVersion
    )

    Parameters

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