Compartir a través de


ChartAxisScaleBreakInstance.IncludeZero Propiedad

Gets the calculated value of the IncludeZero property in a ChartAxisScaleBreak class.

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

Sintaxis

'Declaración
Public ReadOnly Property IncludeZero As ChartAutoBool 
    Get
'Uso
Dim instance As ChartAxisScaleBreakInstance 
Dim value As ChartAutoBool 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
A ChartAutoBool value that represents the calculated value of the IncludeZero property.

Vea también

Referencia

ChartAxisScaleBreakInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering