次の方法で共有


TickMarkStyle.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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。

関連項目

参照

TickMarkStyle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間