Compartir a través de


MapLegendTitle.TitleSeparator Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property TitleSeparator As ReportEnumProperty(Of MapLegendTitleSeparator)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

MapLegendTitle Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering