Reporting

Represents a collection of watermarks on a printable page.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class WatermarkCollection : Collection<Watermark>, 
	ICloneable
Visual Basic
Public Class WatermarkCollection _
	Inherits Collection(Of Watermark) _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Watermark>)>)>
    Telerik.Reporting.Drawing..::..WatermarkCollection

Version Information

Supported in: 1.0.1

See Also