DeviceInfo 构造函数

初始化 DeviceInfo 类的新实例。

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

语法

声明
Public Sub New ( _
    name As String, _
    value As String _
)
用法
Dim name As String
Dim value As String

Dim instance As New DeviceInfo(name, value)
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
)

参数

请参阅

参考

DeviceInfo 类

Microsoft.Reporting.WebForms 命名空间

其他资源

Reporting Services Device Information Settings

HTML Device Information Settings