バージョン

AddSummaryInt メソッド (GenericVirtualDataSource)

現在のページまたはグループに集計値を追加します。
シンタックス
'宣言
 
Public Sub AddSummaryInt( _
   ByVal propertyName As String, _
   ByVal operand As DataSourceSummaryOperand, _
   ByVal value As Integer _
) 
public void AddSummaryInt( 
   string propertyName,
   DataSourceSummaryOperand operand,
   int value
)

パラメータ

propertyName
集計されるプロパティの名前。
operand
集計オペランド。
value
集計値。
参照