Assigns (copies) properties from another
Section to the current object. This method copies list of subsections but does not copy list of fields. This method does NOT copy type of the section.
シンタックス
'宣言
Public Overrides Sub AssignFrom( _
ByVal As ReportObject, _
ByVal As System.Boolean _
)
'使用法
Dim instance As Section
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 should be copied.
参照