Compartir a través de


MapLayerInstance.Transparency Propiedad

Gets the calculated value of the Transparency property in a MapLayer class.

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

Sintaxis

'Declaración
Public ReadOnly Property Transparency As Double 
    Get
'Uso
Dim instance As MapLayerInstance 
Dim value As Double 

value = instance.Transparency
public double Transparency { get; }
public:
property double Transparency {
    double get ();
}
member Transparency : float
function get Transparency () : double

Valor de la propiedad

Tipo: System.Double
A double value that represents the calculated value of the Transparency property.

Vea también

Referencia

MapLayerInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering