Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering