Compartilhar via


Propriedade do RDL MapLayer.Transparency

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapLayer Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering