ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace / SystemPrinter Class / Color Property

In This Topic
    Color Property (SystemPrinter)
    In This Topic
    Determines whether or not the report will print in color.
    Syntax
    'Declaration
     
    Public Property Color As Boolean
    public bool Color {get; set;}

    Property Value

    Boolean value. True, if the report will print in color; otherwise, false.
    See Also