Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether a gradient effect is used for the tick mark.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property EnableGradient As ReportExpression(Of Boolean)
Get
Set
'Usage
Dim instance As TickMarkStyle
Dim value As ReportExpression(Of Boolean)
value = instance.EnableGradient
instance.EnableGradient = value
public ReportExpression<bool> EnableGradient { get; set; }
public:
property ReportExpression<bool> EnableGradient {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member EnableGradient : ReportExpression<bool> with get, set
function get EnableGradient () : ReportExpression<boolean>
function set EnableGradient (value : ReportExpression<boolean>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.