Aracılığıyla paylaş


ReportViewer.ID Özellik

Specifies the ID of the control.

Ad alanı:  Microsoft.Reporting.WebForms
Derleme:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: String
A string value that represents the ID of the control.

Notlar

For more information, see Control.ID.

Ayrıca bkz.

Başvuru

ReportViewer Sınıf

Microsoft.Reporting.WebForms Ad Alanı