Partager via


Propriété Border

Gets the default border properties.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Border As Border
    Get
'Utilisation
Dim instance As StyleBase
Dim value As Border

value = instance.Border
public abstract Border Border { get; }
public:
virtual property Border^ Border {
    Border^ get () abstract;
}
abstract Border : Border
abstract function get Border () : Border