ChartLegendTitle.TitleSeparator Property

Definition

Indicates what type of separator to use for the legend title.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartTitleSeparatorTypes> TitleSeparator { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartTitleSeparatorTypes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartTitleSeparatorTypes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartTitleSeparatorTypes> TitleSeparator { get; set; }
member this.TitleSeparator : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartTitleSeparatorTypes> with get, set
Public Property TitleSeparator As ReportExpression(Of ChartTitleSeparatorTypes)

Property Value

A ReportExpression<T> object.

Applies to