凡例のテキストを折り返す文字数。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public Property TextWrapThreshold As ReportExpression(Of Integer)
Get
Set
'使用
Dim instance As ChartLegend
Dim value As ReportExpression(Of Integer)
value = instance.TextWrapThreshold
instance.TextWrapThreshold = value
public ReportExpression<int> TextWrapThreshold { get; set; }
public:
property ReportExpression<int> TextWrapThreshold {
ReportExpression<int> get ();
void set (ReportExpression<int> value);
}
member TextWrapThreshold : ReportExpression<int> with get, set
function get TextWrapThreshold () : ReportExpression<int>
function set TextWrapThreshold (value : ReportExpression<int>)
プロパティ値
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
ReportExpression<T> オブジェクト。