Udostępnij przez


Właściwość ChartLegend.TextWrapThreshold

Pobiera wyrażenie, którego wynikiem jest liczba znaków, po którym ma być zawijany tekst legendy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property TextWrapThreshold As ReportIntProperty
    Get
'Użycie
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