Konstruktor DeviceInfo —
Initializes a new instance of the DeviceInfo class.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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
)
Parametry
- name
Typ: String
The name of the device information.
- value
Typ: String
The value of the device information.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.Reporting.WebForms