Class BackgroundOverlay
Represents a background overlay image on the design surface or on a printable page.
Inherited Members
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class BackgroundOverlay : PictureWatermark, IExpressionContainer, ICloneable
Constructors
BackgroundOverlay()
Declaration
public BackgroundOverlay()
BackgroundOverlay(BackgroundOverlay)
Declaration
public BackgroundOverlay(BackgroundOverlay backgroundOverlay)
Parameters
BackgroundOverlay
backgroundOverlay
|
Properties
Offset
Position
Gets the Position of the BackgroundOverlay instance, which is always set to WatermarkPosition.Behind.
Declaration
public WatermarkPosition Position { get; }
Property Value
WatermarkPosition
|
RenderInReportDocument
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.
Declaration
public bool RenderInReportDocument { get; set; }
Property Value
System.Boolean
|
Methods
ResetOpacityCore()
ResetSizingCore()
ShouldSerializeOpacityCore()
Declaration
protected override bool ShouldSerializeOpacityCore()
Returns
System.Boolean
|
Overrides
ShouldSerializeSizingCore()
Declaration
protected override bool ShouldSerializeSizingCore()
Returns
System.Boolean
|