Właściwość MapLegend.TextWrapThreshold
Pobiera lub ustawia liczbę znaków, po którym ma być zawijany tekst legendy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property TextWrapThreshold As ReportExpression(Of Integer)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> obiektu.