Title プロパティ
ストリップ ラインのタイトル。
名前空間: 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