Compartilhar via


Propriedade do RDL TickMarkStyle.EnableGradient

Gets a value that indicates whether a gradient effect is used for the tick mark.

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

Sintaxe

'Declaração
Public ReadOnly Property EnableGradient As ReportBoolProperty 
    Get
'Uso
Dim instance As TickMarkStyle 
Dim value As ReportBoolProperty 

value = instance.EnableGradient
public ReportBoolProperty EnableGradient { get; }
public:
property ReportBoolProperty^ EnableGradient {
    ReportBoolProperty^ get ();
}
member EnableGradient : ReportBoolProperty
function get EnableGradient () : ReportBoolProperty

Valor da propriedade

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

Consulte também

Referência

TickMarkStyle Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering