Adds the specified style to the collection.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public Style Add( Style value ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ value As Style _ ) As Style |
| Visual C++ |
|---|
public: Style^ Add( Style^ value ) |
Parameters
- value
- Type: PerpetuumSoft.Reporting.DOM..::.Style