Indicates what type of separator to use for the legend title.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property TitleSeparator As ReportExpression(Of ChartTitleSeparatorTypes)
Get
Set
‘사용 방법
Dim instance As ChartLegendTitle
Dim value As ReportExpression(Of ChartTitleSeparatorTypes)
value = instance.TitleSeparator
instance.TitleSeparator = value
public ReportExpression<ChartTitleSeparatorTypes> TitleSeparator { get; set; }
public:
property ReportExpression<ChartTitleSeparatorTypes> TitleSeparator {
ReportExpression<ChartTitleSeparatorTypes> get ();
void set (ReportExpression<ChartTitleSeparatorTypes> value);
}
member TitleSeparator : ReportExpression<ChartTitleSeparatorTypes> with get, set
function get TitleSeparator () : ReportExpression<ChartTitleSeparatorTypes>
function set TitleSeparator (value : ReportExpression<ChartTitleSeparatorTypes>)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartTitleSeparatorTypes>
A ReportExpression<T> object.