共用方式為


BackFrame.GlassEffect 屬性

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

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property GlassEffect As ReportEnumProperty(Of GaugeGlassEffects)
    Get
'用途
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>

屬性值

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

請參閱

參考

BackFrame 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間