ItemBorderStyle.Default 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::BorderStyles> Default { 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> Default { 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.Default : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.BorderStyles>
Public ReadOnly Property Default As ReportExpression(Of BorderStyles)
属性值
- 属性