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