AutoComplete for ASP.NET Web Forms
OnFormat プロパティ

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > Section クラス : OnFormat プロパティ
Gets or sets a string containing VBScript code to be executed before the Section is formatted.
シンタックス
'宣言
 
Public Property OnFormat As System.String
public System.string OnFormat {get; set;}
解説

This property contains VBScript instructions to be executed before the fields in the section are calculated. When this script is executed, the recordset already holds the data that will be displayed in the section, but the field values have not been updated yet.

Use this event to assign values to fields before they are calculated, so the new values will be taken into account when the control calculates the field's size and position when the CanGrow or CanShrink properties are set to true.

If you want to set field properties based on the field's current value, use the OnPrint property instead.

参照

Section クラス
Section メンバ