Partilhar via


Construtor DeviceInfo

Initializes a new instance of the DeviceInfo class.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • name
    Tipo: String
    The name of the device information.
  • value
    Tipo: String
    The value of the device information.

Consulte também

Referência

DeviceInfo Classe

Namespace Microsoft.Reporting.WebForms

Outros recursos

Reporting Services Device Information Settings

HTML Device Information Settings