Assigns (copies) properties from another
SubSection to the current object. This method does not copy fields belongs to source SubSection.
シンタックス
'宣言
Public Overrides Sub AssignFrom( _
ByVal As ReportObject, _
ByVal As System.Boolean _
)
'使用法
Dim instance As SubSection
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 name should be assigned.
参照