BackgroundOverlay
Class
Represents a background overlay image on the design surface or on a printable page.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public class BackgroundOverlay : PictureWatermark
Inheritance: objectReportObjectWatermarkPictureWatermarkBackgroundOverlay
Inherited Members
Constructors
TODO: Add documentation.
C#
public BackgroundOverlay()
TODO: Add documentation.
C#
public BackgroundOverlay(BackgroundOverlay backgroundOverlay)
Properties
Gets the Position of the BackgroundOverlay instance, which is always set to WatermarkPosition.Behind.
C#
[Browsable(false)]
public WatermarkPosition Position { get; }
Gets or sets a value indicating whether the overlay will be rendered in produced report document or will be visible only in the report designer.
C#
public bool RenderInReportDocument { get; set; }
Methods
TODO: Add documentation.
C#
protected override void ResetOpacityCore()
Overrides:
TODO: Add documentation.
C#
protected override void ResetSizingCore()
Overrides:
TODO: Add documentation.
C#
protected override bool ShouldSerializeOpacityCore()
bool
Overrides:
TODO: Add documentation.
C#
protected override bool ShouldSerializeSizingCore()
bool
Overrides: