次の方法で共有


ChartDataLabel.Visible プロパティ

データ ラベルをグラフに表示するかどうかを示す値に評価される式を取得します。 既定値は False です。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Visible As ReportBoolProperty 
    Get
'使用
Dim instance As ChartDataLabel 
Dim value As ReportBoolProperty 

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

プロパティ値

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

関連項目

参照

ChartDataLabel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間