'宣言 Public NotInheritable Class Subtotal Inherits ReportComponentContainer Implements IRdlContainer, IReportComponent, IReportComponentContainer
public sealed class Subtotal : ReportComponentContainer, IRdlContainer, IReportComponent, IReportComponentContainer
小計列または行で、グループのデータの完全なセットは行列のセルに集計されます。
行列のセルは、集計のスコープに含まれている明示的なグループのスコープを使用する集計を含む場合は、このスコープは現在のスコープと同等のスコープに調整されます。例えば、行列のセルでのテキストボックスは、=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