ReportViewerStatus Class

 

Contains a set of read-only properties that indicate which operations are currently allowed in the ReportViewer control and the status of the prompt and document map areas.

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

Inheritance Hierarchy

System.Object
  Microsoft.Reporting.WinForms.ReportViewerStatus

Syntax

public sealed class ReportViewerStatus
public ref class ReportViewerStatus sealed 
[<Sealed>]
type ReportViewerStatus = class end
Public NotInheritable Class ReportViewerStatus

Properties

Name Description
System_CAPS_pubproperty ArePromptsVisible

Gets a Boolean value that indicates whether the prompt area of the ReportViewer control is currently visible.

System_CAPS_pubproperty CanChangeDisplayModes

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.

System_CAPS_pubproperty CanChangeZoom

Gets a Boolean value that indicates whether the currently displayed content will be affected by a zoom change.

System_CAPS_pubproperty CanContinueSearch

Gets a Boolean value that indicates whether there is a previous search to continue and whether you can continue the previous search without canceling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty CanExport

Gets a Boolean value that indicates whether the report can be exported without canceling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty CanNavigateBack

Gets a Boolean value that indicates whether the current report is a drillthrough report and you can navigate back to its parent report without canceling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty CanNavigatePages

Gets a Boolean value that indicates whether the CurrentPage property can be changed without canceling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty CanPrint

Gets a Boolean value that indicates whether you can start printing the report without canceling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty CanRefreshData

Gets a Boolean value that indicates whether you can refresh the report data without cancelling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty CanSearch

Gets a Boolean value that indicates whether you can search the report and highlight the search results without canceling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty CanSubmitPromptAreaValues

Gets a Boolean value that indicates whether prompted parameters and prompted data source credentials can be submitted for the current report without canceling an existing report processing or interactive rendering operation.

System_CAPS_pubproperty HasDocumentMapToDisplay

Gets a Boolean value that indicates whether the current report has a document map and the document map can be displayed in the current display mode.

System_CAPS_pubproperty HasPromptsToDisplay

Gets a Boolean value that indicates whether prompting is supported and there are prompts that can be displayed based on the visibility settings in the ReportViewer control. This property does not indicate whether the prompt areas are actually visible.

System_CAPS_pubproperty InCancelableOperation

Gets a Boolean value that indicates whether ReportViewer is currently performing a potentially lengthy operation that can be canceled.

System_CAPS_pubproperty IsDocumentMapVisible

Gets a Boolean value that indicates whether the report has a document map and the document map is currently displayed.

System_CAPS_pubproperty IsPromptingSupported

Gets a Boolean value that indicates whether the current processing mode supports prompting for parameters and data source credentials.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Reporting.WinForms Namespace

Return to top