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