Compartilhar via


Propriedade do RDL TickMarkStyle.GradientDensity

Gets the intensity of the gradient effect (from 0 to 100).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property GradientDensity As ReportDoubleProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Consulte também

Referência

TickMarkStyle Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering