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