Exports the grid to a PDF file.
[Visual Basic]
Public Sub ExportToPDF( _
ByVal filename As String _
)
[C#]
public void ExportToPDF(
string filename
);
[Delphi]
public procedure ExportToPDF(
filename: String
);
Example
For an example using the ExportToPDF method, see Exporting to PDF.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |