TitleSeparator 屬性
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< (Of < ( <'ChartTitleSeparatorTypes> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.