Udostępnij za pośrednictwem


Właściwość ChartLegendCustomItem.SeparatorColor

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Kolor separatora element.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property SeparatorColor As ReportExpression(Of ReportColor)
    Get
    Set
'Użycie
Dim instance As ChartLegendCustomItem
Dim value As ReportExpression(Of ReportColor)

value = instance.SeparatorColor

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