| C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > PrintInfo Class > SaveAs Method : SaveAs(String,Boolean) Method |
Note that unlike most other print/export methods, this method does not require C1Report assemblies.
'Declaration Public Overloads Function SaveAs( _ ByVal outputFileName As System.String, _ ByVal binaryFormat As System.Boolean _ ) As System.Boolean
public System.bool SaveAs( System.string outputFileName, System.bool binaryFormat )