Generates the printed page.
[Visual Basic]
Overloads Public Sub Print()
[C#]
public void Print()
[Delphi]
public procedure Print(); overload;
Example
The following code prints the grid:
Me.C1TrueDBGrid1.PrintInfo.Print()
· C#
this.c1TrueDBGrid1.PrintInfo.Print();
· Delphi
Self.C1TrueDBGrid1.PrintInfo.Print;
See Also
PrintInfo Class | PrintInfo Members | C1.Win.C1TrueDBGrid Namespace | PrintInfo.Print Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |