Udostępnij przez


Właściwość MapColorScaleTitle.Caption

Pobiera lub ustawia tytuł tytułu skala kolorów mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Caption As ReportStringProperty
    Get
'Użycie
Dim instance As MapColorScaleTitle
Dim value As ReportStringProperty

value = instance.Caption
public ReportStringProperty Caption { get; }
public:
property ReportStringProperty^ Caption {
    ReportStringProperty^ get ();
}
member Caption : ReportStringProperty
function get Caption () : ReportStringProperty