ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / SetScaleX Class / CreateRead Method
The reader.
The file version.

In This Topic
    CreateRead Method (SetScaleX)
    In This Topic
    Creates SetMinCondenseRate and reads it from specified reader.
    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
    The reader.
    fileVersion
    The file version.

    Return Value

    SetMinCondenseRate.
    See Also