ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / Printing Property

In This Topic
    Printing Property (RText)
    In This Topic
    Gets or sets a value indicating whether this RText is printing.
    Syntax
    'Declaration
     
    Public Property Printing As Boolean
    public bool Printing {get; set;}

    Property Value

    true if printing; otherwise, false.
    See Also