Sdílet prostřednictvím


ChartLegendCustomItem.Separator Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The type of the item separator.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property Separator As ReportExpression(Of ChartLegendItemSeparatorTypes)
    Get 
    Set
'Usage
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>)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ChartLegendItemSeparatorTypes>
A ReportExpression<T> object.

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace