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

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

    Parameters

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

    Return Value

    A new CanvasItem instance.
    See Also