Share via


ReportViewerStatus.CanChangeDisplayModes Property

Gets a Boolean value that indicates whether the ReportViewer control has not started processing the report or has completed processing the report, and can change the display mode without canceling a report processing operation.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
Public ReadOnly Property CanChangeDisplayModes As Boolean
'Usage
Dim instance As ReportViewerStatus
Dim value As Boolean

value = instance.CanChangeDisplayModes
public bool CanChangeDisplayModes { get; }
public:
property bool CanChangeDisplayModes {
    bool get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public boolean get_CanChangeDisplayModes ()
DebuggerStepThroughAttribute 
public function get CanChangeDisplayModes () : boolean

Property Value

true if the ReportViewer control can change the display mode without canceling a report processing operation; otherwise, false.

Remarks

This property is true if the ReportViewer control is still generating pages for a processed report in PrintLayout mode, even though changing the mode will cancel that operation. This is because generating the report pages is a rendering operation and not a processing operation.

See Also

Reference

ReportViewerStatus Class
ReportViewerStatus Members
Microsoft.Reporting.WinForms Namespace