Proprietà IncludeZero
Gets a value that indicates whether the axis should always include zero.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IncludeZero As ReportBoolProperty
Get
'Utilizzo
Dim instance As ChartAxis
Dim value As ReportBoolProperty
value = instance.IncludeZero
public ReportBoolProperty IncludeZero { get; }
public:
property ReportBoolProperty^ IncludeZero {
ReportBoolProperty^ get ();
}
member IncludeZero : ReportBoolProperty
function get IncludeZero () : ReportBoolProperty
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Vedere anche