Partager via


Propriété BackFrame.GlassEffect

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property GlassEffect As ReportEnumProperty(Of GaugeGlassEffects)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

BackFrame Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering