다음을 통해 공유


TextWrapThreshold 속성

Gets or sets the number of characters after which to wrap the legend text.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property TextWrapThreshold As ReportExpression(Of Integer)
    Get
    Set
‘사용 방법
Dim instance As MapLegend
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>)