Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) method.
If source is a RenderText, also copies RenderText-specific properties.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public override void AssignFrom( RenderObject source, bool assignDataBinding, bool assignChildren, bool assignAnchors, bool assignHyperlink, bool assignName, bool assignStyle ) |
Visual Basic |
---|
Public Overrides Sub AssignFrom ( _ source As RenderObject, _ assignDataBinding As Boolean, _ assignChildren As Boolean, _ assignAnchors As Boolean, _ assignHyperlink As Boolean, _ assignName As Boolean, _ assignStyle As Boolean _ ) |
Parameters
- source
- Type: C1.C1Preview..::..RenderObject
- assignDataBinding
- Type: System..::..Boolean
- assignChildren
- Type: System..::..Boolean
- assignAnchors
- Type: System..::..Boolean
- assignHyperlink
- Type: System..::..Boolean
- assignName
- Type: System..::..Boolean
- assignStyle
- Type: System..::..Boolean