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


Класс BackgroundImageInstance

Represents an instance type of the BackgroundImage class and contains the calculated values of the properties in BackgroundImage.

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

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImageInstance

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

Синтаксис

'Декларация
Public MustInherit Class BackgroundImageInstance _
    Inherits BaseInstance _
    Implements IImageInstance
'Применение
Dim instance As BackgroundImageInstance
public abstract class BackgroundImageInstance : BaseInstance, 
    IImageInstance
public ref class BackgroundImageInstance abstract : public BaseInstance, 
    IImageInstance
[<AbstractClassAttribute>]
type BackgroundImageInstance =  
    class 
        inherit BaseInstance 
        interface IImageInstance 
    end
public abstract class BackgroundImageInstance extends BaseInstance implements IImageInstance

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

Свойства

  Имя Описание
Открытое свойство BackgroundRepeat Gets the calculated value of the BackgroundRepeat property in a BackgroundImage class.
Открытое свойство ImageData Gets the calculated value of the ImageData property in a BackgroundImage class.
Открытое свойство MIMEType Gets the calculated value of the MIMEType property in a BackgroundImage class.
Открытое свойство Position Gets the calculated value of the Position property in a BackgroundImage class.
Открытое свойство StreamName Gets the calculated value of the StreamName property in a BackgroundImage class.
Открытое свойство TransparentColor Gets the calculated value of the TransparentColor property in a BackgroundImage class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Защищенный метод ResetInstanceCache Resets the instance cache. (Производный от BaseInstance.)
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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