Compartir a través de


ChartAxisScaleBreak.IncludeZero Propiedad

Gets an expression that evaluates to a value that indicates whether to prohibit a scale break from spanning zero.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property IncludeZero As ReportEnumProperty(Of ChartAutoBool)
    Get
'Uso
Dim instance As ChartAxisScaleBreak 
Dim value As ReportEnumProperty(Of ChartAutoBool)

value = instance.IncludeZero
public ReportEnumProperty<ChartAutoBool> IncludeZero { get; }
public:
property ReportEnumProperty<ChartAutoBool>^ IncludeZero {
    ReportEnumProperty<ChartAutoBool>^ get ();
}
member IncludeZero : ReportEnumProperty<ChartAutoBool>
function get IncludeZero () : ReportEnumProperty<ChartAutoBool>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAutoBool>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

ChartAxisScaleBreak Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering