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<MapLegendTitleSeparators>
A ReportExpression<T> object.