FlexReport for WinForms
AssignFrom(ReportObject,Boolean) メソッド


C1.Win.FlexReport.8 アセンブリ > C1.Win.FlexReport 名前空間 > ChartField クラス > AssignFrom メソッド : AssignFrom(ReportObject,Boolean) メソッド
The source object to copy properties from.
Indicates whether name should be assigned.
Assigns (copies) properties from another ChartField to the current object.
シンタックス
'宣言
 
Public Overloads Overrides Sub AssignFrom( _
   ByVal source As ReportObject, _
   ByVal assignName As System.Boolean _
) 
'使用法
 
Dim instance As ChartField
Dim source As ReportObject
Dim assignName As System.Boolean
 
instance.AssignFrom(source, assignName)
public override void AssignFrom( 
   ReportObject source,
   System.bool assignName
)

パラメータ

source
The source object to copy properties from.
assignName
Indicates whether name should be assigned.
参照

参照

ChartField クラス
ChartField メンバ
オーバーロード一覧