Adds a specified image to the report's background. The watermark image can be positioned, sized, aligned and placed on specified pages by using the other watermark properties.
[Visual Basic]
Public Property Watermark As Image
[C#]
public Image Watermark {get; set;}
Watermark image object. Default is null.
Watermark properties must be specified before the report starts executing, preferably in the ReportStart event. The watermark will be clipped and centered on the page unless the WatermarkSizeMode and WatermarkAlignment are specified.
[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 | WatermarkAlignment | WatermarkPrintOnPages | WatermarkSizeMode
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.