Propriété TitleSeparator
Gets the type of separator to use for the map legend title.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TitleSeparator As ReportEnumProperty(Of MapLegendTitleSeparator)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapLegendTitleSeparator> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi