Partilhar via


Propriedade do RDL Chart.SpecialBorderHandling

Indicates whether the chart report item is using a special skin that overrides border settings.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property SpecialBorderHandling As Boolean 
    Get
'Uso
Dim instance As Chart 
Dim value As Boolean 

value = instance.SpecialBorderHandling
public bool SpecialBorderHandling { get; }
public:
property bool SpecialBorderHandling {
    bool get ();
}
member SpecialBorderHandling : bool
function get SpecialBorderHandling () : boolean

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

Chart Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering