Propriedade do RDL Transparency
Gets the calculated value of the Transparency property in a PointerImage class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Transparency As Double
Get
'Uso
Dim instance As PointerImageInstance
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 da propriedade
Tipo: System. . :: . .Double
A double value that represents the calculated value of the Transparency property.
Consulte também