Udostępnij przez


Właściwość ChartStripLine.Title

Pobiera wyrażenia definiującego tytuł dla pasek.

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

Składnia

'Deklaracja
Public ReadOnly Property Title As ReportStringProperty
    Get
'Użycie
Dim instance As ChartStripLine
Dim value As ReportStringProperty

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