ClassBackgroundOverlay
Represents a background overlay image on the design surface or on a printable page.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
public class BackgroundOverlay : PictureWatermark
Inheritance: objectReportObjectWatermarkPictureWatermarkBackgroundOverlay
Inherited Members
Constructors
BackgroundOverlay(BackgroundOverlay)
TODO: Add documentation.
Declaration
public BackgroundOverlay(BackgroundOverlay backgroundOverlay)
Parameters
backgroundOverlay
Properties
Offset
Internal use only
Position
Gets the Position of the BackgroundOverlay instance, which is always set to WatermarkPosition.Behind.
Declaration
[Browsable(false)]
public WatermarkPosition Position { get; }
Property Value
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
bool
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
bool
Overrides
ShouldSerializeSizingCore()
TODO: Add documentation.
Declaration
protected override bool ShouldSerializeSizingCore()
Returns
bool
Overrides