| C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > PrintInfo Class : SaveAs Method |
Note that unlike most other print/export methods, this method does not require C1Report assemblies.
| Overload | Description |
|---|---|
| SaveAs(String,Boolean) | Saves the current grid as a file, which can later be loaded into a C1PrintDocument (provided by C1Report product).
Note that unlike most other print/export methods, this method does not require C1Report assemblies. |
| SaveAs(Stream,Boolean) | Saves the current grid to a stream.
Note that unlike most other print/export methods, this method does not require C1Report assemblies. |