New to Telerik ReportingStart a free 30-day trial

Represents the ReportViewerModel instance used by the ReportViewer.

Definition

Namespace:Telerik.ReportViewer.Common

Assembly:Telerik.ReportViewer.WinForms.dll

Syntax:

C#
public interface IReportViewerModel

Methods

GetReportParameters()

IEnumerable<Parameter>

Gets a copy of the report parameters collection used by the ReportViewerModel instance.

C#
IEnumerable<Parameter> GetReportParameters()
Returns:

IEnumerable<Parameter>

A copy of the report parameters collection. Changing any of the parameter properties won't affect the report rendering.

Gets the current state of the ReportViewerModel instance.

C#
string GetState()
Returns:

string

A string constant representing the current viewer state.

Remarks:

The WinFormsReportViewer returns a value from the ProcessingState enum. The WpfReportViewer returns a value from the Telerik.ReportViewer.Wpf.ReportViewerStates class.

In this article
DefinitionMethodsGetReportParameters()GetState()
Not finding the help you need?
Contact Support