GrapeCity ActiveReports for .NET 14.0J
ClassName プロパティ (ReportInfo)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > ReportInfo クラス : ClassName プロパティ
スタイルルールのクラス名を取得または設定します。スタイルルールはコントロールの書式設定に使用します。
シンタックス
'宣言
 
Public Property ClassName As String
public string ClassName {get; set;}

プロパティ値

コントロールの外観を設定するスタイルクラスの名前を表す文字列値。デフォルトはNormalです。
解説
スタイルクラスは、レポートのスタイルシートで定義されます。
使用例
private void detail_Format(object sender, System.EventArgs eArgs) 
{ 
    this.reportInfo1.ClassName = "Normal"; 
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.ReportInfo1.ClassName = "Normal"
End Sub
参照

ReportInfo クラス
ReportInfo メンバ