共用方式為


MapLegendTitle.TitleSeparator 屬性

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

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

語法

'宣告
Public ReadOnly Property TitleSeparator As ReportEnumProperty(Of MapLegendTitleSeparator)
    Get
'用途
Dim instance As MapLegendTitle 
Dim value As ReportEnumProperty(Of MapLegendTitleSeparator)

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLegendTitleSeparator>
A ReportEnumProperty<EnumType> object.

請參閱

參考

MapLegendTitle 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間