Propriedade do RDL ChartAxisScaleBreakInstance.IncludeZero
Gets the calculated value of the IncludeZero property in a ChartAxisScaleBreak class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartAutoBool
A ChartAutoBool value that represents the calculated value of the IncludeZero property.
Consulte também
Referência
ChartAxisScaleBreakInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering