Propriété TextWrapThreshold
Gets the calculated value of the TextWrapThreshold property in a MapLegend class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TextWrapThreshold As Integer
Get
'Utilisation
Dim instance As MapLegendInstance
Dim value As Integer
value = instance.TextWrapThreshold
public int TextWrapThreshold { get; }
public:
property int TextWrapThreshold {
int get ();
}
member TextWrapThreshold : int
function get TextWrapThreshold () : int
Valeur de propriété
Type : System. . :: . .Int32
An int value that represents the calculated value of the TextWrapThreshold property.