DeviceInfo Constructor
Initializes a new instance of the DeviceInfo class.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As String _
)
'Usage
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
)
public DeviceInfo (
String name,
String value
)
public function DeviceInfo (
name : String,
value : String
)
Parameters
- name
The name of the device information.
- value
The value of the device information.
See Also
Reference
DeviceInfo Class
DeviceInfo Members
Microsoft.Reporting.WebForms Namespace
Other Resources
Reporting Services Device Information Settings
HTML Device Information Settings