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.
Intensity of the gradient effect (from 0 to 100).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GradientDensity As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As TickMarkStyle
Dim value As ReportExpression(Of Double)
value = instance.GradientDensity
instance.GradientDensity = value
public ReportExpression<double> GradientDensity { get; set; }
public:
property ReportExpression<double> GradientDensity {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member GradientDensity : ReportExpression<float> with get, set
function get GradientDensity () : ReportExpression<double>
function set GradientDensity (value : ReportExpression<double>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.