Udostępnij przez


Właściwość MapLegend.TextWrapThreshold

Pobiera liczbę 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 MapLegend
Dim value As ReportIntProperty

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