PowerTools ActiveReports for .NET 9.0J
SummaryGroup プロパティ (ReportInfo)
使用例 

小計を計算するときに集計値をリセットするのに使用するグループヘッダセクションの名前を取得または設定します。
構文
'宣言
 
Public Property SummaryGroup As String
public string SummaryGroup {get; set;}
使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.reportInfo1.SummaryGroup = null;
    this.reportInfo1.SummaryRunning = SummaryRunning.None;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.ReportInfo1.SummaryGroup = Nothing
   Me.ReportInfo1.SummaryRunning = SummaryRunning.None
End Sub
参照

関連項目

ReportInfo クラス
ReportInfo メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.