Title 屬性
Title for the strip line.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property Title As ReportStringProperty
Get
'用途
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