共用方式為


Separator 屬性

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

The type of the item separator.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Separator As ReportExpression(Of ChartLegendItemSeparatorTypes)
    Get
    Set
'用途
Dim instance As ChartLegendCustomItem
Dim value As ReportExpression(Of ChartLegendItemSeparatorTypes)

value = instance.Separator

instance.Separator = value
public ReportExpression<ChartLegendItemSeparatorTypes> Separator { get; set; }
public:
property ReportExpression<ChartLegendItemSeparatorTypes> Separator {
    ReportExpression<ChartLegendItemSeparatorTypes> get ();
    void set (ReportExpression<ChartLegendItemSeparatorTypes> value);
}
member Separator : ReportExpression<ChartLegendItemSeparatorTypes> with get, set
function get Separator () : ReportExpression<ChartLegendItemSeparatorTypes>
function set Separator (value : ReportExpression<ChartLegendItemSeparatorTypes>)