Removes the specified page from the collection.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public void Remove(
	Page value
)
Visual Basic (Declaration)
Public Sub Remove ( _
	value As Page _
)
Visual C++
public:
void Remove(
	Page^ value
)

See Also