Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the label to be displayed for the map distribution in the legend.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LegendText As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the label to be displayed for the map distribution in the legend.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace