ReportViewer.CreateControlStyle 方法
此 API 支持 基础结构,但不能通过代码直接使用。
创建由控件在内部用于实现所有样式相关属性的样式对象。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Protected Overrides Function CreateControlStyle As Style
用法
Dim returnValue As Style
returnValue = Me.CreateControlStyle()
protected override Style CreateControlStyle()
protected:
virtual Style^ CreateControlStyle() override
abstract CreateControlStyle : unit -> Style
override CreateControlStyle : unit -> Style
protected override function CreateControlStyle() : Style
返回值
类型:System.Web.UI.WebControls.Style
Style ,用于实现控件的所有与样式有关的属性。