Propriété Label
Gets the label displayed on the legend (for series members and category members when ChartSeries.Type = Shape) or category axis (for category members).
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property Label As ReportStringProperty
Get
'Utilisation
Dim instance As ChartMember
Dim value As ReportStringProperty
value = instance.Label
public abstract ReportStringProperty Label { get; }
public:
virtual property ReportStringProperty^ Label {
ReportStringProperty^ get () abstract;
}
abstract Label : ReportStringProperty
abstract function get Label () : ReportStringProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.
Voir aussi