Compartilhar via


Propriedade do RDL FrameImageInstance.Transparency

Gets the calculated value of the Transparency property in a FrameImage 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 FrameImageInstance 
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

Referência

FrameImageInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering