BackFrame.GlassEffect Property
Gets an expression that evaluates to the glass effect applied to the frame.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property GlassEffect As ReportEnumProperty(Of GaugeGlassEffects)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeGlassEffects>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace