[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.WatermarkPrintOnPages

WatermarkPrintOnPages Property

WatermarkPrintOnPages

Gets or sets a value indicating the specific pages to which the watermark should be added.

Declaration
public string WatermarkPrintOnPages { get; set; }
Property Value
Type Description
string

A string value indicating the specific pages to which the watermark should be added.

Remarks

The format can be a single page, a range of pages, or a combination of both. For example: 1, 3-5, 9, 10-12. String.Empty or null means that all pages will print watermarks. The default value is null.