共用方式為


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 命名空間