[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.LineItem.CreateRead

CreateRead Method

CreateRead(BinaryReader, short)

Creates LineItem and reads it from specified reader.

Declaration
public static LineItem CreateRead(BinaryReader reader, short fileVersion)
Parameters
Type Name Description
BinaryReader reader

The binary reader.

short fileVersion

The file version.

Returns
Type Description
LineItem

The instance of the LineItem class.