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

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