Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets an expression that evaluates to the name of the legend in which this series should appear.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LegendName As ReportStringProperty
Get
'Usage
Dim instance As ChartSeries
Dim value As ReportStringProperty
value = instance.LegendName
public abstract ReportStringProperty LegendName { get; }
public:
virtual property ReportStringProperty^ LegendName {
ReportStringProperty^ get () abstract;
}
abstract LegendName : ReportStringProperty
abstract function get LegendName () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace