Propriedade do RDL ChartLegendTitle.TitleSeparator
Indicates what type of separator to use for the legend title.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property TitleSeparator As ReportExpression(Of ChartTitleSeparatorTypes)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartTitleSeparatorTypes>
A ReportExpression<T> object.