Version

TextRight Property

Returns or sets the string displayed on the right side of the details area.
Syntax
'Declaration
 
Public Property TextRight As String
public string TextRight {get; set;}
Remarks

The TextRight is used to provide custom text on the right side of details area.

Replaceable Escape Tags:
[Page #] Inserts the current page number
[Total Pages] Inserts the total number of pages
[Date Printed] Inserts the date when the print operation began.
[User Name] Inserts the user name as available from System.Environment.UserName
[Time Printed] Inserts the time when the print operation began
[Vertical Page #] Inserts the vertical page number (row number)
[Horizontal Page #] Inserts the horizontal page number (column number)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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