Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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