GrapeCity ActiveReports for .NET 14.0J
ScriptLanguage プロパティ

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > SectionReport クラス : ScriptLanguage プロパティ
ActiveReportsがスクリプトプロパティの書き込みと解釈に使用するスクリプト言語を取得または設定します。
シンタックス
'宣言
 
Public Property ScriptLanguage As String
public string ScriptLanguage {get; set;}

プロパティ値

現在のスクリプト言語を表す文字列。

解説

ScriptLanguageが設定されると、スクリプトエディタは指定されたスクリプト言語を使用します。ActiveReportsがサポートする実行時スクリプトはC#とVB.NETです。

参照

SectionReport クラス
SectionReport メンバ
Script プロパティ