<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapPage Class / ShowTotalsRows Property

In This Topic
    ShowTotalsRows Property (C1OlapPage)
    In This Topic
    Gets or sets a value that determines whether the Olap output table should include a row with the totals for each column.
    Syntax
    'Declaration
     
    Public Property ShowTotalsRows As ShowTotals
    public ShowTotals ShowTotalsRows {get; set;}
    See Also