Condividi tramite


Proprietà Border

Default border properties

Spazio dei nomi:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public MustOverride ReadOnly Property Border As Border
    Get
'Utilizzo
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