BackgroundImage Class

Definition

Represents a background image in the report definition.

public ref class BackgroundImage sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty, Microsoft::ReportingServices::OnDemandReportRendering::IImage
public sealed class BackgroundImage : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty, Microsoft.ReportingServices.OnDemandReportRendering.IImage
type BackgroundImage = class
    inherit ReportProperty
    interface IImage
Public NotInheritable Class BackgroundImage
Inherits ReportProperty
Implements IImage
Inheritance
BackgroundImage
Implements

Remarks

To get the calculated values for each definition property, use the Instance property.

Properties

BackgroundRepeat

Gets an expression that evaluates to a value that indicates how the background image should fill the available space.

ExpressionString

Gets the expression string for the report property, if the report property is an expression.

(Inherited from ReportProperty)
Instance

Gets the report instance object that contains the calculated values of this report definition object.

IsExpression

Gets a value that indicates whether the value of the report property is an expression.

(Inherited from ReportProperty)
MIMEType

Gets an expression that evaluates to the MIMEType for the image.

Position

Gets an expression that evaluates to a value that indicates where a background image with BackgroundRepeat = Clip should be drawn.

Source

Identifies the source of the image.

TransparentColor

Gets an expression that evaluates to a color to treat as transparent in the background image.

Value

Gets an expression that evaluates to the image data.

Applies to