Print(Stream,Boolean) Method
In This Topic
Saves the current grid to a stream.
Note that unlike most other print/export methods, this method does not require C1.PrintDocument assemblies.
Syntax
'Declaration
Public Overloads Sub Print( _
ByVal As System.IO.Stream, _
ByVal As System.Boolean _
)
public void Print(
System.IO.Stream ,
System.bool
)
Parameters
- stream
- The output stream.
- binaryFormat
- The format of the output file, true binary format should be used (C1DB) otherwise standard C1D format.
See Also