Reporting

The ReportViewerModel type exposes the following members.

Constructors

  NameDescription
Public methodReportViewerModel
Creates a new instance of the ReportViewerModel class.

Properties

  NameDescription
Public propertyAvailableZoomValues
Returns the available zoom values.
Public propertyBookmarkTarget
Specifies the bookmark target.
Public propertyCancelExportCommand
Gets the CancelExport command.
Public propertyDocumentMapNodes
Gets or sets a list of document map nodes.
Public propertyDocumentMapToolTip
Gets the Document Map tooltip
Public propertyDocumentMapWidth
Gets or sets the width of the document map column
Public propertyError
Gets or sets the error message.
Public propertyExportProgress
Gets or sets the text displayed during the export action.
Public propertyHasDocumentMap
Indicates whether there is a document map or not.
Public propertyHasError
Indicates whether an error has occurred.
Public propertyHasParameters
Specifies whether there are parameters or not.
Public propertyIsDocumentMapVisible
Indicates whether the document map is visible or not.
Public propertyIsExportEnabled
Specifies whether the export is enabled.
Public propertyIsInProgress
Indicates whether the report viewer is working.
Public propertyIsMoveToPageEnabled
Specifies whether there is another page you can navigate to.
Public propertyIsParametersAreaVisible
Specifies whether the parameters area is visible.
Public propertyIsPreviewButtonVisible
Determines if the Preview button in the parameters area is visible
Public propertyIsPrintPreviewChecked
Specifies whether the PrintPreview mode is toggled.
Public propertyIsUpdatingParameters
Determines if the parameters are being updated
Public propertyMoveToFirstPageCommand
Gets the MoveToFirstPage command.
Public propertyMoveToLastPageCommand
Gets the MoveToLastPage command.
Public propertyMoveToNextPageCommand
Gets the MoveToNextPage command.
Public propertyMoveToPreviousPageCommand
Gets the MoveToPreviousPage command.
Public propertyNavigateBackCommand
Gets the NavigateBack command.
Public propertyNavigateForwardCommand
Gets the NavigateForward command.
Public propertyNavigateToSpecificPageCommand
Gets the NavigateToSpecificPageCommand command.
Public propertyPageCount
Specifies the total number of the report pages.
Public propertyPageNumber
Gets or sets the current page number.
Public propertyPageNumberModel
For internal use only
Public propertyPageRoot
Specifies the page root.
Public propertyPageSetupCommand
Gets the PageSetup command.
Public propertyPageTransform
Specifies the page transform.
Public propertyParameterModels
Gets or sets a list of parameter models.
Public propertyParametersToolTip
Gets the Parameters tooltip
Public propertyPreviewReportCommand
Gets the PreviewReport command.
Public propertyPrintPreviewToolTip
Gets the Print Preview/Interactive view tooltip
Public propertyPrintReportCommand
Gets the PrintReport command.
Public propertyProgressMessage
Specifies the text of the progress message.
Public propertyRefreshReportCommand
Gets the RefreshReport command.
Public propertyRenderingExtensions
Represents a list of rendering extension infos.
Public propertyReportSource
Specifies the source for the report.
Public propertySelectedDocumentMapNode
Gets or sets the selected node of the document map.
Public propertySelectedRenderingExtension
Sets a specific rendering extension info.
Public propertyShowExportDialog
Determines if the export dialog has to be shown
Public propertyState
Gets or sets the report viewer state.
Public propertyStopRenderingCommand
Gets the StopRendering command.
Public propertyTextResources
Gets or sets all the tooltips and messages
Public propertyTogglePrintPreviewCommand
Gets the TogglePrintPreview command.
Public propertyUpdateParametersProgress
Gets or sets the text of the update parameters progress message.
Public propertyViewMode
Specifies whether the viewer is in interactive or print preview mode.
Public propertyVisibleParameterModels
Gets a list of all visible parameter models.
Public propertyZoom
Specifies the scale factor.
Public propertyZoomMode
Specifies the zoom mode: percent, page width or full page.
Public propertyZoomText
Gets or sets the zoom value as text.

See Also