Compartilhar via


Propriedade do RDL BackFrame.GlassEffect

Gets an expression that evaluates to the glass effect applied to the frame.

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

Sintaxe

'Declaração
Public ReadOnly Property GlassEffect As ReportEnumProperty(Of GaugeGlassEffects)
    Get
'Uso
Dim instance As BackFrame 
Dim value As ReportEnumProperty(Of GaugeGlassEffects)

value = instance.GlassEffect
public ReportEnumProperty<GaugeGlassEffects> GlassEffect { get; }
public:
property ReportEnumProperty<GaugeGlassEffects>^ GlassEffect {
    ReportEnumProperty<GaugeGlassEffects>^ get ();
}
member GlassEffect : ReportEnumProperty<GaugeGlassEffects>
function get GlassEffect () : ReportEnumProperty<GaugeGlassEffects>

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeGlassEffects>
A ReportEnumProperty<EnumType> object.

Consulte também

Referência

BackFrame Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering