LightSwitch HTML Edition
ShowTotalsRows Property






Gets or sets a value that determines whether the Olapoutput table should include rows containing subtotals or grand totals.
Syntax
'Declaration
 
Public Property ShowTotalsRows As ShowTotals
'Usage
 
Dim instance As C1OlapEngine
Dim value As ShowTotals
 
instance.ShowTotalsRows = value
 
value = instance.ShowTotalsRows
public ShowTotals ShowTotalsRows {get; set;}
public read-write property ShowTotalsRows: ShowTotals; 
public function get,set ShowTotalsRows : ShowTotals
public: __property ShowTotals get_ShowTotalsRows();
public: __property void set_ShowTotalsRows( 
   ShowTotals value
);
public:
property ShowTotals ShowTotalsRows {
   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