DeviceInfo.Value-Eigenschaft
Ruft den Wert der Geräteinformationen ab.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public ReadOnly Property Value As String
Get
'Usage
Dim instance As DeviceInfo
Dim value As String
value = instance.Value
public string Value { get; }
public:
property String^ Value {
String^ get ();
}
member Value : string
function get Value () : String
Eigenschaftswert
Typ: System.String
Ein string-Wert.
Siehe auch
Verweis
Microsoft.Reporting.WebForms-Namespace