ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / SharpGraphCore Class / QuickLoad Method
The bin reader.

In This Topic
    QuickLoad Method (SharpGraphCore)
    In This Topic
    Deserialize the data from XMl format.
    Syntax
    'Declaration
     
    Public Sub QuickLoad( _
       ByVal binReader As BinaryReader _
    ) 
    public void QuickLoad( 
       BinaryReader binReader
    )

    Parameters

    binReader
    The bin reader.
    See Also