Propriété EnableGradient
Indicates whether a gradient effect is used for the tick mark.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EnableGradient As ReportBoolProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi