ActiveReports 12
QuickSave Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class : QuickSave Method
The System.IO.BinaryWriter to which to save the chart.

Saves the chart to primitive types in binary to a stream.

Syntax
'Declaration
 
Public Sub QuickSave( _
   ByVal binWriter As BinaryWriter _
) 
public void QuickSave( 
   BinaryWriter binWriter
)

Parameters

binWriter
The System.IO.BinaryWriter to which to save the chart.
See Also

Reference

SharpGraph Class
SharpGraph Members