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()
TODO: Add documentation.
Declaration
public BackgroundOverlay()
BackgroundOverlay(BackgroundOverlay)
TODO: Add documentation.
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()
TODO: Add documentation.
Declaration
protected override void ResetOpacityCore()
Overrides
ResetSizingCore()
TODO: Add documentation.
Declaration
protected override void ResetSizingCore()
Overrides
ShouldSerializeOpacityCore()
TODO: Add documentation.
Declaration
protected override bool ShouldSerializeOpacityCore()
Returns
|
System.Boolean
|
Overrides
ShouldSerializeSizingCore()
TODO: Add documentation.
Declaration
protected override bool ShouldSerializeSizingCore()
Returns
|
System.Boolean
|