Constructeur DeviceInfo
Initialise une nouvelle instance de la classe DeviceInfo.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
value As String _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
Nom des informations relatives au périphérique.
- value
Type : System.String
Valeur des informations relatives au périphérique.
Voir aussi
Référence
Espace de noms Microsoft.Reporting.WebForms