DeviceInfo 构造函数

初始化 DeviceInfo 类的新实例。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public Sub New ( _
    name As String, _
    value As String _
)
public DeviceInfo(
    string name,
    string value
)
public:
DeviceInfo(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> DeviceInfo
public function DeviceInfo(
    name : String, 
    value : String
)

参数

  • name
    类型:String
    设备信息的名称。
  • value
    类型:String
    设备信息的值。

请参阅

参考

DeviceInfo 类

Microsoft.Reporting.WebForms 命名空间

其他资源

Reporting Services Device Information Settings

HTML Device Information Settings