ASP.NET Core MVC コントロールヘルプ
ShowTotals 列挙体

C1.AspNetCore.Mvc.Olap アセンブリ > C1.Web.Mvc.Olap 名前空間 : ShowTotals 列挙体
Specifies constants that define whether to include totals in the output table.
シンタックス
'宣言
 
Public Enum ShowTotals 
   Inherits System.Enum
public enum ShowTotals : System.Enum 
メンバ
メンバ解説
GrandTotalsShow grand totals.
NoneDo not show any totals.
SubtotalsShow subtotals and grand totals.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Web.Mvc.Olap.ShowTotals

参照

C1.Web.Mvc.Olap 名前空間