Свойство MapLegendTitle.Caption

Gets or sets the caption for the map legend title.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property Caption As ReportExpression 
    Get 
    Set
'Применение
Dim instance As MapLegendTitle 
Dim value As ReportExpression 

value = instance.Caption

instance.Caption = value
public ReportExpression Caption { get; set; }
public:
property ReportExpression Caption {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Caption : ReportExpression with get, set
function get Caption () : ReportExpression 
function set Caption (value : ReportExpression)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

См. также

Справочник

MapLegendTitle Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel