Свойство Label
The label displayed on the legend (for series members and category members when ChartSeries.Type = Shape) or category axis (for category members).
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property Label As ReportExpression
Get
Set
'Применение
Dim instance As ChartMember
Dim value As ReportExpression
value = instance.Label
instance.Label = value
public ReportExpression Label { get; set; }
public:
property ReportExpression Label {
ReportExpression get ();
void set (ReportExpression value);
}
member Label : ReportExpression with get, set
function get Label () : ReportExpression
function set Label (value : ReportExpression)
Значение свойства
Тип Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression
A ReportExpression object.