Sets or returns a value indicating the specific pages to which the watermark should be added.
[Visual Basic]
Public Property WatermarkPrintOnPages As String
[C#]
public string WatermarkPrintOnPages {get; set;}
String representing page or page range on which the watermark will be printed. Default is an empty string (all pages).
The syntax can include a single page, page range or a combination of both. For example: 1, 5-8, 9, 10-12.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Viewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Viewer1.Load |
ActiveReport Class | ActiveReport Members | Watermark
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.