Свойство Caption
Gets the calculated value of the Caption property in a ChartLegendTitle class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Caption As String
Get
'Применение
Dim instance As ChartLegendTitleInstance
Dim value As String
value = instance.Caption
public string Caption { get; }
public:
property String^ Caption {
String^ get ();
}
member Caption : string
function get Caption () : String
Значение свойства
Тип System. . :: . .String
A string value that represents the calculated value of the Caption property.