ReportViewer.DisplayMode Property
Gets a DisplayMode value that indicates the current display mode of the ReportViewer control.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
[BrowsableAttribute(false)]
public DisplayMode DisplayMode { get; }
public:
[BrowsableAttribute(false)]
property DisplayMode DisplayMode {
DisplayMode get();
}
[<BrowsableAttribute(false)>]
member DisplayMode : DisplayMode with get
<BrowsableAttribute(False)>
Public ReadOnly Property DisplayMode As DisplayMode
Property Value
Type: Microsoft.Reporting.WinForms.DisplayMode
A DisplayMode object. The default value is Normal.
Remarks
This property is read-only. To programmatically change the display mode of the ReportViewer control, use the SetDisplayMode method.
See Also
ReportViewer Class
Microsoft.Reporting.WinForms Namespace
Return to top