Partager via


Propriété ChartLegendInstance.TextWrapThreshold

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TextWrapThreshold As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ChartLegendInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering