次の方法で共有


PreventWordWrap プロパティ

グラフ内に収まるように軸ラベルのテキストが折り返されないようにするかどうかを示す値を取得します。

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

構文

'宣言
Public ReadOnly Property PreventWordWrap As ReportBoolProperty
    Get
'使用
Dim instance As ChartAxis
Dim value As ReportBoolProperty

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