Partager via


Propriété Chart.SpecialBorderHandling

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SpecialBorderHandling As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

Chart Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering