Propriedade do RDL MapLegendTitle.TitleSeparator
Gets the type of separator to use for the map legend title.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLegendTitleSeparator>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering