Właściwość MapLegendTitle.TitleSeparator
Pobiera lub ustawia typ separatora dla tytułu legendy mapy.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property TitleSeparator As ReportExpression(Of MapLegendTitleSeparators)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLegendTitleSeparators>
A ReportExpression<T> obiektu.
Zobacz także