FlexReport for WinForms
CommandTimeOut プロパティ (DataSource)


C1.Report アセンブリ > C1.Report 名前空間 > DataSource クラス : CommandTimeOut プロパティ
Gets or sets the number of seconds to wait before the data connection times out (set to -1 to use the default value, usually 30s).
シンタックス
'宣言
 
Public Property CommandTimeOut As System.Integer
'使用法
 
Dim instance As DataSource
Dim value As System.Integer
 
instance.CommandTimeOut = value
 
value = instance.CommandTimeOut
public System.int CommandTimeOut {get; set;}
参照

参照

DataSource クラス
DataSource メンバ