次の方法で共有


ChartLegendInstance.Reversed プロパティ

ChartLegend クラスの Reversed プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property Reversed As ChartAutoBool 
    Get
'使用
Dim instance As ChartLegendInstance 
Dim value As ChartAutoBool 

value = instance.Reversed
public ChartAutoBool Reversed { get; }
public:
property ChartAutoBool Reversed {
    ChartAutoBool get ();
}
member Reversed : ChartAutoBool
function get Reversed () : ChartAutoBool

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
Reversed プロパティの計算値を表す ChartAutoBool 値。

関連項目

参照

ChartLegendInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間