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.