ReportViewer.InternalBorderStyle 属性
获取或设置控件的内部边框样式。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
<WebBrowsableAttribute(True)> _
Public Property InternalBorderStyle As BorderStyle
Get
Set
用法
Dim instance As ReportViewer
Dim value As BorderStyle
value = instance.InternalBorderStyle
instance.InternalBorderStyle = value
[WebBrowsableAttribute(true)]
public BorderStyle InternalBorderStyle { get; set; }
[WebBrowsableAttribute(true)]
public:
property BorderStyle InternalBorderStyle {
BorderStyle get ();
void set (BorderStyle value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderStyle : BorderStyle with get, set
function get InternalBorderStyle () : BorderStyle
function set InternalBorderStyle (value : BorderStyle)
属性值
类型:System.Web.UI.WebControls.BorderStyle
一个 BorderStyle 值,用于指明控件的内部边框样式。