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