Proprietà PreventWordWrap
Gets a value that indicates whether to prevenet the axis label text from being wrapped to fit within the chart.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PreventWordWrap As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Vedere anche