Compartilhar via


Propriedade do RDL ChartLegendInstance.TextWrapThreshold

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

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

Consulte também

Referência

ChartLegendInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering