[]
Gets or sets a value indicating whether scroll bars are enabled in the report viewer pane.
public bool ScrollbarEnabled { get; set; }
Type | Description |
---|---|
bool |
|
When set to true
, this property enables the display of horizontal and vertical scroll bars in the report viewer pane,
allowing the user to scroll through the report content. When set to false
, the scroll bars are hidden, and the report
content may not be fully accessible if it exceeds the visible area of the viewer pane.
This property can be used to customize the viewing experience based on the specific requirements of your application or the preferences of your users.