ChartLegendCustomItem.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>)