FlexGrid for WinForms
PrintGrid(String) Method



The document name, which appears on the progress dialogs and on the print job windows.
Prints the grid, optionally showing a page setup or print preview dialog.
Syntax
'Declaration
 
Public Overloads Function PrintGrid( _
   ByVal docName As String _
) As Boolean
'Usage
 
Dim instance As C1FlexGridBase
Dim docName As String
Dim value As Boolean
 
value = instance.PrintGrid(docName)
public bool PrintGrid( 
   string docName
)
public:
bool PrintGrid( 
   String^ docName
) 

Parameters

docName
The document name, which appears on the progress dialogs and on the print job windows.

Return Value

True if the grid was printed, false if the user canceled the operation.
Remarks
Use the PrintParameters property to set up options such as page orientation and margins, header and footer fonts, etc.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback