FlexReport for WinForms
OnPrint プロパティ (Section)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > Section クラス : OnPrint プロパティ
Gets or sets a string containing VBScript code to be executed before the Section is printed (after it is formatted).
シンタックス
'宣言
 
Public Property OnPrint As System.String
'使用法
 
Dim instance As Section
Dim value As System.String
 
instance.OnPrint = value
 
value = instance.OnPrint
public System.string OnPrint {get; set;}
解説
This property contains VBScript instructions that get executed after the fields in the section have been calculated.
参照

参照

Section クラス
Section メンバ