Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the label displayed on the legend (for series members and category members when ChartSeries.Type = Shape) or category axis (for category members).
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Label As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the label displayed on the legend or category axis.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace