Condividi tramite


Proprietà MapLegendInstance.TextWrapThreshold

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TextWrapThreshold As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapLegendInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering