Sets or returns the watermark's general vertical and horizontal position when it is added to the canvas.
[Visual Basic]
Public Property WatermarkAlignment As PictureAlignment
[C#]
public PictureAlignment WatermarkAlignment {get; set;}
PictureAlignment enumeration. The default value is PictureAlignment.Center.
The watermark properties should be specified in or before the ReportStart event.
[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 | PictureAlignment Enumeration
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.