Interface IReportViewerModel
Represents the ReportViewerModel instance used by the ReportViewer.
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public interface IReportViewerModel
Methods
GetReportParameters()
Gets a copy of the report parameters collection used by the ReportViewerModel instance.
Declaration
IEnumerable<Parameter> GetReportParameters()
Returns
System.Collections.Generic.IEnumerable<Parameter>
A copy of the report parameters collection. Changing any of the parameter properties won't affect the report rendering. |
GetState()
Gets the current state of the ReportViewerModel instance.
Declaration
string GetState()
Returns
System.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