ActiveReports 11.0J Server管理者ガイド
Setting コンストラクタ

設定の名前。
設定値。
設定の表示名。
設定の説明。
設定がパスワードを表す場合は、Trueです。
設定のタイプ。
Settingクラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal name As String, _
   ByVal value As String, _
   ByVal displayName As String, _
   ByVal description As String, _
   ByVal isPassword As Boolean, _
   ByVal type As Type _
)
public Setting( 
   string name,
   string value,
   string displayName,
   string description,
   bool isPassword,
   Type type
)

パラメータ

name
設定の名前。
value
設定値。
displayName
設定の表示名。
description
設定の説明。
isPassword
設定がパスワードを表す場合は、Trueです。
type
設定のタイプ。
参照

関連項目

Setting クラス
Setting メンバ

 

 


©2017 GrapeCity inc. All rights reserved.