ChartLegend.TextWrapThreshold Property

Gets an expression that evaluates to the number of characters after which to wrap the legend text.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property TextWrapThreshold As ReportIntProperty
    Get
'Usage
Dim instance As ChartLegend
Dim value As ReportIntProperty

value = instance.TextWrapThreshold
public ReportIntProperty TextWrapThreshold { get; }
public:
property ReportIntProperty^ TextWrapThreshold {
    ReportIntProperty^ get ();
}
member TextWrapThreshold : ReportIntProperty
function get TextWrapThreshold () : ReportIntProperty