Поделиться через


Класс BackgroundImage

Represents a background image in the report definition.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImage

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class BackgroundImage _
    Inherits ReportProperty _
    Implements IImage
'Применение
Dim instance As BackgroundImage
public sealed class BackgroundImage : ReportProperty, 
    IImage
public ref class BackgroundImage sealed : public ReportProperty, 
    IImage
[<SealedAttribute>]
type BackgroundImage =  
    class 
        inherit ReportProperty 
        interface IImage 
    end
public final class BackgroundImage extends ReportProperty implements IImage

Тип BackgroundImage обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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. (Производный от 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. (Производный от 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering