Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the default border properties.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Border As Border
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the default border properties.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace