Compartilhar via


Propriedade do RDL MapLegendInstance.TextWrapThreshold

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapLegendInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering