Propriedade do RDL MapAppearanceRuleInstance.LegendText
Gets the calculated value of the LegendText property in a MapAppearanceRule class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LegendText As String
Get
'Uso
Dim instance As MapAppearanceRuleInstance
Dim value As String
value = instance.LegendText
public string LegendText { get; }
public:
property String^ LegendText {
String^ get ();
}
member LegendText : string
function get LegendText () : String
Valor da propriedade
Tipo: System.String
A string value that represents the calculated value of the LegendText property.
Consulte também
Referência
MapAppearanceRuleInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering