次の方法で共有


MapLegendTitle.TitleSeparator プロパティ

マップの凡例のタイトルに使用する区切り線の種類を取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property TitleSeparator As ReportExpression(Of MapLegendTitleSeparators)
    Get 
    Set
'使用
Dim instance As MapLegendTitle 
Dim value As ReportExpression(Of MapLegendTitleSeparators)

value = instance.TitleSeparator

instance.TitleSeparator = value
public ReportExpression<MapLegendTitleSeparators> TitleSeparator { get; set; }
public:
property ReportExpression<MapLegendTitleSeparators> TitleSeparator {
    ReportExpression<MapLegendTitleSeparators> get ();
    void set (ReportExpression<MapLegendTitleSeparators> value);
}
member TitleSeparator : ReportExpression<MapLegendTitleSeparators> with get, set
function get TitleSeparator () : ReportExpression<MapLegendTitleSeparators>
function set TitleSeparator (value : ReportExpression<MapLegendTitleSeparators>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLegendTitleSeparators>
ReportExpression<T> オブジェクト。

関連項目

参照

MapLegendTitle クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間