ItemBorderStyle.Top Property

Definition

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::BorderStyles> Top { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::BorderStyles> get(); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.BorderStyleExpressionUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.NotifyParentProperty(true)]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ReportItemBorderStyleConverter))]
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.BorderStyles> Top { get; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.BorderStyleExpressionUITypeEditor), typeof(System.Drawing.Design.UITypeEditor))>]
[<System.ComponentModel.NotifyParentProperty(true)>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ReportItemBorderStyleConverter))>]
member this.Top : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.BorderStyles>
Public ReadOnly Property Top As ReportExpression(Of BorderStyles)

Property Value

Attributes

Applies to