dbicDayView Send comments on this topic.
PrintPageText Property
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : PrintPageText Property

Gets or sets the page text of the printed report.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PrintPageText As String
C# 
public virtual string PrintPageText {get; set;}

Property Value

string

Remarks

This is the text that will be printed before the page number.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also