Freigeben über


ChartLegendCustomItem.Separator-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

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

Siehe auch

Verweis

ChartLegendCustomItem Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace