Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The glass effect that is applied to the frame.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GlassEffect As ReportExpression(Of GlassEffects)
Get
Set
'Usage
Dim instance As BackFrame
Dim value As ReportExpression(Of GlassEffects)
value = instance.GlassEffect
instance.GlassEffect = value
public ReportExpression<GlassEffects> GlassEffect { get; set; }
public:
property ReportExpression<GlassEffects> GlassEffect {
ReportExpression<GlassEffects> get ();
void set (ReportExpression<GlassEffects> value);
}
member GlassEffect : ReportExpression<GlassEffects> with get, set
function get GlassEffect () : ReportExpression<GlassEffects>
function set GlassEffect (value : ReportExpression<GlassEffects>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<GlassEffects>
A ReportExpression<T> object.