Udostępnij przez


Właściwość MapAppearanceRule.LegendText

Pobiera etykiety mają być wyświetlane w legendzie dystrybucji mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property LegendText As ReportStringProperty
    Get
'Użycie
Dim instance As MapAppearanceRule
Dim value As ReportStringProperty

value = instance.LegendText
public ReportStringProperty LegendText { get; }
public:
property ReportStringProperty^ LegendText {
    ReportStringProperty^ get ();
}
member LegendText : ReportStringProperty
function get LegendText () : ReportStringProperty