MapLegend.TextWrapThreshold Propiedad
Gets the number of characters after which to wrap the legend text.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property TextWrapThreshold As ReportIntProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering