Clase BackgroundImageInstance
Represents an instance type of the BackgroundImage class and contains the calculated values of the properties in BackgroundImage.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.BackgroundImageInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustInherit Class BackgroundImageInstance _
Inherits BaseInstance _
Implements IImageInstance
'Uso
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
El tipo BackgroundImageInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ResetInstanceCache | Resets the instance cache. (Se hereda de BaseInstance.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering