ItemBorderWidth Struct

Definition

public value class ItemBorderWidth
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ItemBorderWidth/ItemBorderWidthConverter))]
public struct ItemBorderWidth
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ItemBorderWidth/ItemBorderWidthConverter))>]
type ItemBorderWidth = struct
Public Structure ItemBorderWidth
Inheritance
ItemBorderWidth
Attributes

Constructors

ItemBorderWidth(ReportExpression<ReportSize>, ReportExpression<ReportSize>, ReportExpression<ReportSize>, ReportExpression<ReportSize>, ReportExpression<ReportSize>)

Fields

DefaultWidth

Properties

Bottom
Default
Left
Right
Top

Methods

GetDisplayWidth(BorderSide)
IsSpecified(ReportExpression<ReportSize>)
Modify(BorderSide, ReportExpression<ReportSize>)

Applies to