Condividi tramite


Proprietà ChartLegendInstance.TextWrapThreshold

Gets the calculated value of the TextWrapThreshold property in a ChartLegend 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 ChartLegendInstance 
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

ChartLegendInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering