GrapeCity ActiveReports for .NET 16.0J
Subtotal クラス
メンバ 

GrapeCity.ActiveReports.PageReportModel 名前空間 : Subtotal クラス
Subtotals要素は、Matrixに含まれる小計の列または行を定義します。
オブジェクト モデル
Subtotal クラス
シンタックス
解説

小計列または行で、グループのデータの完全なセットは行列のセルに集計されます。

行列のセルは、集計のスコープに含まれている明示的なグループのスコープを使用する集計を含む場合は、このスコープは現在のスコープと同等のスコープに調整されます。例えば、行列のセルでのテキストボックスは、=Sum(Fields!Sales.Value/Sum(Fields!Sales.Value,"State")の式を格納している場合は、この小計はCountryグループのスコープに適用されるとき、StateのグループのスコープはCountryのスコープに含まれているため、式は=Sum(Fields!Sales.Value)/Sum(Fields!Sales.Value,"Country")のように評価されます。

継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         GrapeCity.ActiveReports.PageReportModel.ReportComponent
            GrapeCity.ActiveReports.PageReportModel.ReportComponentContainer
               GrapeCity.ActiveReports.PageReportModel.Subtotal

参照

Subtotal メンバ
GrapeCity.ActiveReports.PageReportModel 名前空間