Propriété GradientDensity
Intensity of the gradient effect (from 0 to 100).
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property GradientDensity As ReportDoubleProperty
Get
'Utilisation
Dim instance As TickMarkStyle
Dim value As ReportDoubleProperty
value = instance.GradientDensity
public ReportDoubleProperty GradientDensity { get; }
public:
property ReportDoubleProperty^ GradientDensity {
ReportDoubleProperty^ get ();
}
member GradientDensity : ReportDoubleProperty
function get GradientDensity () : ReportDoubleProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Voir aussi