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

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