Copies to the current style all properties of another Style object
that have been explicitly set on that other style,
plus the values of the Parent and AmbientParent properties.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void AssignNonInheritedFrom( Style source ) |
Visual Basic |
---|
Public Sub AssignNonInheritedFrom ( _ source As Style _ ) |
Parameters
- source
- Type: C1.C1Preview..::..Style
The source Style object to copy properties from.
Remarks
Effectively, this method makes the current Style
a complete copy of the source style.