次の方法で共有


MapLegend.TextWrapThreshold プロパティ

凡例のテキストを何文字で折り返すかを取得します。

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

構文

'宣言
Public ReadOnly Property TextWrapThreshold As ReportIntProperty 
    Get
'使用
Dim instance As MapLegend 
Dim value As ReportIntProperty 

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

プロパティ値

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

関連項目

参照

MapLegend クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間