Свойство TitleSeparator
Gets or sets the type of separator to use for the map legend title.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property TitleSeparator As ReportExpression(Of MapLegendTitleSeparators)
Get
Set
'Применение
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>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'MapLegendTitleSeparators> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
См. также