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 名前空間