Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the type of separator to use for the map legend title.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property TitleSeparator As ReportExpression(Of MapLegendTitleSeparators)
Get
Set
'Utilisation
Dim instance As MapLegendTitle
Dim value As ReportExpression(Of MapLegendTitleSeparators)
value = instance.TitleSeparator
instance.TitleSeparator = value
public ReportExpression<MapLegendTitleSeparators> TitleSeparator { get; set; }
public:
property ReportExpression<MapLegendTitleSeparators> TitleSeparator {
ReportExpression<MapLegendTitleSeparators> get ();
void set (ReportExpression<MapLegendTitleSeparators> value);
}
member TitleSeparator : ReportExpression<MapLegendTitleSeparators> with get, set
function get TitleSeparator () : ReportExpression<MapLegendTitleSeparators>
function set TitleSeparator (value : ReportExpression<MapLegendTitleSeparators>)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLegendTitleSeparators>
A ReportExpression<T> object.