ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / SetScaleX Class / CreateRead Method
Reader containing the binary data of SetScaleX.
The type of data in the stream.

In This Topic
    CreateRead Method (SetScaleX)
    In This Topic
    Return an instance of the SetScaleX received from a System.IO.BinaryReader.
    Syntax
    'Declaration
     
    Public Shared Function CreateRead( _
       ByVal reader As BinaryReader, _
       ByVal fileVersion As Short _
    ) As SetScaleX
    public static SetScaleX CreateRead( 
       BinaryReader reader,
       short fileVersion
    )

    Parameters

    reader
    Reader containing the binary data of SetScaleX.
    fileVersion
    The type of data in the stream.

    Return Value

    A new SetScaleX instance.
    See Also