IReportViewerModel
Interface
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()
IEnumerable<Parameter>
A copy of the report parameters collection. Changing any of the parameter properties won't affect the report rendering.
GetState()
string
Gets the current state of the ReportViewerModel instance.
C#
string GetState()
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.