Compartir a través de


MapLegendInstance.TextWrapThreshold Propiedad

Gets the calculated value of the TextWrapThreshold property in a MapLegend class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property TextWrapThreshold As Integer 
    Get
'Uso
Dim instance As MapLegendInstance 
Dim value As Integer 

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

Valor de la propiedad

Tipo: System.Int32
An int value that represents the calculated value of the TextWrapThreshold property.

Vea también

Referencia

MapLegendInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering