BackgroundImage Class
Updated: February 25, 2016
Represents a background image in the report definition.
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Microsoft.ReportingServices.OnDemandReportRendering::ReportProperty
Microsoft.ReportingServices.OnDemandReportRendering::BackgroundImage
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

