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
)
参数
- name
类型:System.String
设备信息的名称。
- value
类型:System.String
设备信息的值。
请参阅
参考
Microsoft.Reporting.WebForms 命名空间