LightSwitch HTML Edition
ShowTotalsColumns Property






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
'Usage
 
Dim instance As C1OlapEngine
Dim value As ShowTotals
 
instance.ShowTotalsColumns = value
 
value = instance.ShowTotalsColumns
public ShowTotals ShowTotalsColumns {get; set;}
public read-write property ShowTotalsColumns: ShowTotals; 
public function get,set ShowTotalsColumns : ShowTotals
public: __property ShowTotals get_ShowTotalsColumns();
public: __property void set_ShowTotalsColumns( 
   ShowTotals value
);
public:
property ShowTotals ShowTotalsColumns {
   ShowTotals get();
   void set (    ShowTotals value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapEngine Class
C1OlapEngine Members

Send Feedback