Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Chart Class / Visible Property

In This Topic
    Visible Property (Chart)
    In This Topic
    Specifies whether the C1.C1Report.Field will be rendered in the report.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also