ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

PrintInfo.Print Method ()

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:

·      Visual Basic

       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.