Share via


ReportViewer.ID Property

Specifies the ID of the control.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
Public Overrides Property ID As String
'Usage
Dim instance As ReportViewer
Dim value As String

value = instance.ID

instance.ID = value
public override string ID { get; set; }
public:
virtual property String^ ID {
    String^ get () override;
    void set (String^ value) override;
}
/** @property */
public String get_ID ()

/** @property */
public void set_ID (String value)
public override function get ID () : String

public override function set ID (value : String)

Property Value

A string value that represents the ID of the control.

Remarks

For more information, see System.Web.UI.Control.ID.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace