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

In This Topic
    ShowTotalsColumns Property (C1OlapEngine)
    In This Topic
    Gets or sets a value that determines whether the Olap output table should include columns containing subtotals or grand totals.
    Syntax
    'Declaration
     
    Public Property ShowTotalsColumns As ShowTotals
    public ShowTotals ShowTotalsColumns {get; set;}
    See Also