Compartilhar via


Propriedade do RDL ChartLegendCustomItem.Separator

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

The type of the item separator.

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

Sintaxe

'Declaração
Public Property Separator As ReportExpression(Of ChartLegendItemSeparatorTypes)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

ChartLegendCustomItem Classe

Namespace Microsoft.ReportingServices.RdlObjectModel