Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an expression that evaluates to the glass effect applied to the frame.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property GlassEffect As ReportEnumProperty(Of GaugeGlassEffects)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeGlassEffects>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering