Propriété UseValueAsLabel
Gets an expression that evaluates to a value that indicates whether the Y value of the data point should be used as the label.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UseValueAsLabel As ReportBoolProperty
Get
'Utilisation
Dim instance As ChartDataLabel
Dim value As ReportBoolProperty
value = instance.UseValueAsLabel
public ReportBoolProperty UseValueAsLabel { get; }
public:
property ReportBoolProperty^ UseValueAsLabel {
ReportBoolProperty^ get ();
}
member UseValueAsLabel : ReportBoolProperty
function get UseValueAsLabel () : ReportBoolProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Voir aussi