次の方法で共有


BackFrame.GlassEffect プロパティ

フレームに適用されるガラス効果に評価される式を取得します。

名前空間:  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>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

BackFrame クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間