ChartAxis.HideLabels プロパティ
軸のラベルが非表示かどうかを示す値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property HideLabels As ReportBoolProperty
Get
'使用
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.HideLabels
public ReportBoolProperty HideLabels { get; }
public:
property ReportBoolProperty^ HideLabels {
ReportBoolProperty^ get ();
}
member HideLabels : ReportBoolProperty
function get HideLabels () : ReportBoolProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
ReportBoolProperty オブジェクト。