ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPanel Class / ShowZeros Property

In This Topic
    ShowZeros Property (C1OlapPanel)
    In This Topic
    Gets or sets a value that determines whether the Olap output table should use zeros to indicate missing values.
    Syntax
    'Declaration
     
    Public Property ShowZeros As System.Boolean
    public System.bool ShowZeros {get; set;}
    See Also