Propriété CustomLabels
Custom labels for the scale.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CustomLabels As CustomLabelCollection
Get
'Utilisation
Dim instance As GaugeScale
Dim value As CustomLabelCollection
value = instance.CustomLabels
public CustomLabelCollection CustomLabels { get; }
public:
property CustomLabelCollection^ CustomLabels {
CustomLabelCollection^ get ();
}
member CustomLabels : CustomLabelCollection
function get CustomLabels () : CustomLabelCollection
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CustomLabelCollection
A CustomLabelCollection object.
Voir aussi