共用方式為


MapLegendTitleInstance.TitleSeparator 屬性

Gets the calculated value of the TitleSeparator property in a MapLegendTitle class.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property TitleSeparator As MapLegendTitleSeparator 
    Get
'用途
Dim instance As MapLegendTitleInstance 
Dim value As MapLegendTitleSeparator 

value = instance.TitleSeparator
public MapLegendTitleSeparator TitleSeparator { get; }
public:
property MapLegendTitleSeparator TitleSeparator {
    MapLegendTitleSeparator get ();
}
member TitleSeparator : MapLegendTitleSeparator
function get TitleSeparator () : MapLegendTitleSeparator

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapLegendTitleSeparator
A MapLegendTitleSeparator value that represents the calculated value of the TitleSeparator property.

請參閱

參考

MapLegendTitleInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間