LightSwitch HTML Edition
Subtotal Property






Gets or sets the type of subtotal to use when combining field values.
Syntax
'Declaration
 
Public Property Subtotal As Subtotal
'Usage
 
Dim instance As C1OlapField
Dim value As Subtotal
 
instance.Subtotal = value
 
value = instance.Subtotal
public Subtotal Subtotal {get; set;}
public read-write property Subtotal: Subtotal; 
public function get,set Subtotal : Subtotal
public: __property Subtotal get_Subtotal();
public: __property void set_Subtotal( 
   Subtotal value
);
public:
property Subtotal Subtotal {
   Subtotal get();
   void set (    Subtotal 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

C1OlapField Class
C1OlapField Members

Send Feedback