Compartilhar via


Propriedade do RDL ChartAxis.PreventWordWrap

Gets a value that indicates whether to prevenet the axis label text from being wrapped to fit within the chart.

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

Sintaxe

'Declaração
Public ReadOnly Property PreventWordWrap As ReportBoolProperty 
    Get
'Uso
Dim instance As ChartAxis 
Dim value As ReportBoolProperty 

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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

ChartAxis Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering