Proprietà IncludeZero
Gets the calculated value of the IncludeZero property in a ChartAxisScaleBreak class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IncludeZero As ChartAutoBool
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAutoBool
A ChartAutoBool value that represents the calculated value of the IncludeZero property.