See Also

StyleSheet Class  | StyleSheet Members  | Overload List

Language

Visual Basic

C#

Show All

name
Specifies the name of the new Style object.
nameOfParent
Specifies the parent Style whose properties will be inherited by the new Style.
See Also Languages ActiveReports Send feedback to Data Dynamics

Add(String,String) Method

Adds a new Style object to the collection and sets its parent style to the specified parent Style.

[Visual Basic]
Overloads Public Sub Add( _    ByVal name As String, _    ByVal nameOfParent As String _ )
[C#]
public void Add(    string name,    string nameOfParent );

Parameters

name
Specifies the name of the new Style object.
nameOfParent
Specifies the parent Style whose properties will be inherited by the new Style.

Remarks

Styles are cascaded. Any properties not specified in the child Style are inherited from the parent Style.

See Also

StyleSheet Class  | StyleSheet Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.