Compartir a través de


MapLegend.TextWrapThreshold Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property TextWrapThreshold As ReportExpression(Of Integer)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Int32>
A ReportExpression<T> object.

Vea también

Referencia

MapLegend Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel