Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets an expression that evaluates to 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<GaugeGlassEffects>
A ReportEnumProperty<EnumType> object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering