UseValueAsLabel Propiedad
Indicates the Y value of the data point should be used as the label.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property UseValueAsLabel As ReportBoolProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.