Właściwość ReportViewer.ID —
Specifies the ID of the control.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Public Overrides Property ID As String
public override string ID { get; set; }
public:
virtual property String^ ID {
String^ get () override;
void set (String^ value) override;
}
abstract ID : string with get, set
override ID : string with get, set
override function get ID () : String
override function set ID (value : String)
Wartość właściwości
Typ: String
A string value that represents the ID of the control.
Uwagi
For more information, see Control.ID.