Compartir a través de


MapLayer.Transparency Propiedad

Gets the transparency for map lines in the map layer as a percentage.

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

Sintaxis

'Declaración
Public ReadOnly Property Transparency As ReportDoubleProperty 
    Get
'Uso
Dim instance As MapLayer 
Dim value As ReportDoubleProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object that contains the percentage value of transparency for map lines in the map layer.

Vea también

Referencia

MapLayer Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering