共用方式為


ChartStripLine.Title 屬性

Gets an expression that evaluates to the 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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

請參閱

參考

ChartStripLine 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間