Свойство MapAppearanceRule.LegendName
Gets or sets the name of the Legend in which the data distribution is displayed.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property LegendName As String
Get
Set
'Применение
Dim instance As MapAppearanceRule
Dim value As String
value = instance.LegendName
instance.LegendName = value
public string LegendName { get; set; }
public:
property String^ LegendName {
String^ get ();
void set (String^ value);
}
member LegendName : string with get, set
function get LegendName () : String
function set LegendName (value : String)
Значение свойства
Тип: System.String
A string value.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel