Proprietà GlassEffect
The glass effect applied to the frame.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property GlassEffect As ReportEnumProperty(Of GaugeGlassEffects)
Get
'Utilizzo
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>
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeGlassEffects> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Vedere anche