Width Property (ReportViewer)
In This Topic
Gets or sets the width of the Viewer component.
Syntax
'Declaration
Public Property Width As String
public string Width {get; set;}
Property Value
A
System.String representing the width of the Viewer. Accepts CSS units such as "px", "%", "em", etc.
See Also