BorderWidth Campo
Returns the width of the border, if not set for any particular border.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Protected Const BorderWidth As String
'Uso
Dim value As String
value = StyleBase.BorderWidth
protected const string BorderWidth
protected:
literal String^ BorderWidth
static val mutable BorderWidth: string
protected const var BorderWidth : String
Notas
Borders are centered on the edge of the object, if possible. In the event two borders overlap and the z-order cannot determine precedence, the wider border is used for the overlapping region.
Vea también