Caption プロパティ
ChartLegendTitle クラスの Caption プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property Caption As String
Get
'使用
Dim instance As ChartLegendTitleInstance
Dim value As String
value = instance.Caption
public string Caption { get; }
public:
property String^ Caption {
String^ get ();
}
member Caption : string
function get Caption () : String
プロパティ値
型: System. . :: . .String
Caption プロパティの計算値を表す string 値。