MapLegendTitle.TitleSeparator 属性

Gets or sets the type of separator to use for the map legend title.

命名空间:  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>
A ReportExpression<T> object.

请参阅

参考

MapLegendTitle 类

Microsoft.ReportingServices.RdlObjectModel 命名空间