Print grid

Namespace: T.Wpf.RunControls
Assembly: T.Wpf (in T.Wpf.dll)

Public Sub Print( _ 
ByVal title As String, _ 
ByVal header As String, _ 
ByVal footer As String, _ 
ByVal showProgress As Boolean
)
This language is not supported or no code example is available.
public void Print( 
string title
string header
string footer
bool showProgress 
)
This language is not supported or no code example is available.

Parameters

title
Type: string

Title

header
Type: string

Header text

footer
Type: string

Footer text

showProgress
Type: bool

Flag indicating whether progress should be displayed

.NET Framework

Supported in: 4.6.2, 4.7