Propriété IncludeZero
Gets a value that indicates whether the axis should always include zero.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IncludeZero As ReportBoolProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi