Свойство LegendText
Label to use in the legend for the item.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property LegendText As ReportExpression
Get
Set
'Применение
Dim instance As ChartItemInLegend
Dim value As ReportExpression
value = instance.LegendText
instance.LegendText = value
public ReportExpression LegendText { get; set; }
public:
property ReportExpression LegendText {
ReportExpression get ();
void set (ReportExpression value);
}
member LegendText : ReportExpression with get, set
function get LegendText () : ReportExpression
function set LegendText (value : ReportExpression)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.
См. также