ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / LineItem Class / CreateRead Method
The binary reader.
The file version.

In This Topic
    CreateRead Method (LineItem)
    In This Topic
    Creates LineItem and reads it from specified reader.
    Syntax
    'Declaration
     
    Public Shared Function CreateRead( _
       ByVal reader As BinaryReader, _
       ByVal fileVersion As Short _
    ) As LineItem
    public static LineItem CreateRead( 
       BinaryReader reader,
       short fileVersion
    )

    Parameters

    reader
    The binary reader.
    fileVersion
    The file version.

    Return Value

    The instance of the LineItem class.
    See Also