Propriedade do RDL MapLayer.Transparency
Gets or sets the transparency for map lines in the map layer as a percentage.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property Transparency As ReportExpression(Of Double)
Get
Set
'Uso
Dim instance As MapLayer
Dim value As ReportExpression(Of Double)
value = instance.Transparency
instance.Transparency = value
public ReportExpression<double> Transparency { get; set; }
public:
property ReportExpression<double> Transparency {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Transparency : ReportExpression<float> with get, set
function get Transparency () : ReportExpression<double>
function set Transparency (value : ReportExpression<double>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.