EnableGradient プロパティ
目盛りにグラデーション効果を使用するかどうかを示します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property EnableGradient As ReportBoolProperty
Get
'使用
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