次の方法で共有


ChartAxis.AllowLabelRotation プロパティ

グラフに収まるように軸ラベルを段階的に回転させるステップを示す値を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property AllowLabelRotation As ReportExpression(Of ChartLabelRotationTypes)
    Get 
    Set
'使用
Dim instance As ChartAxis 
Dim value As ReportExpression(Of ChartLabelRotationTypes)

value = instance.AllowLabelRotation

instance.AllowLabelRotation = value
public ReportExpression<ChartLabelRotationTypes> AllowLabelRotation { get; set; }
public:
property ReportExpression<ChartLabelRotationTypes> AllowLabelRotation {
    ReportExpression<ChartLabelRotationTypes> get ();
    void set (ReportExpression<ChartLabelRotationTypes> value);
}
member AllowLabelRotation : ReportExpression<ChartLabelRotationTypes> with get, set
function get AllowLabelRotation () : ReportExpression<ChartLabelRotationTypes>
function set AllowLabelRotation (value : ReportExpression<ChartLabelRotationTypes>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLabelRotationTypes>
ReportExpression<T> オブジェクト。

関連項目

参照

ChartAxis クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間