Compartir a través de


ChartLegendInstance.TextWrapThreshold Propiedad

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

Valor de la propiedad

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

Vea también

Referencia

ChartLegendInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering