Assigns (copies) properties from another
FlexChartFieldBase to the current object.
シンタックス
'宣言
Public Overloads Overrides Sub AssignFrom( _
ByVal As ReportObject, _
ByVal As System.Boolean _
)
'使用法
Dim instance As FlexChartFieldBase
Dim source As ReportObject
Dim assignName As System.Boolean
instance.AssignFrom(source, assignName)
public override void AssignFrom(
ReportObject ,
System.bool
)
パラメータ
- source
- The source object to copy properties from.
- assignName
- Indicates whether the name of the object should be copied.
参照