Compartir a través de


BackgroundImageInstance.TransparentColor Propiedad

Gets the calculated value of the TransparentColor property in a BackgroundImage class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property TransparentColor As ReportColor 
    Get
'Uso
Dim instance As BackgroundImageInstance 
Dim value As ReportColor 

value = instance.TransparentColor
public abstract ReportColor TransparentColor { get; }
public:
virtual property ReportColor^ TransparentColor {
    ReportColor^ get () abstract;
}
abstract TransparentColor : ReportColor
abstract function get TransparentColor () : ReportColor

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor value that represents the calculated value of the TransparentColor property.

Vea también

Referencia

BackgroundImageInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering