Class ReportViewer
Class for ReportViewer control.
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
[Obsolete("This Report Viewer has been deprecated and component is no longer in active development. Switch to our next generation Bold Report Viewer component. https://help.boldreports.com/aspnet-mvc/report-viewer/")]
public class ReportViewer : Control, IHtmlString
Constructors
ReportViewer()
Initializes a new instance of the ReportViewer class.
Declaration
public ReportViewer()
ReportViewer(String)
Initializes a new instance of the ReportViewer class.
Declaration
public ReportViewer(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
ReportViewer(String, ReportViewerProperties)
Initializes a new instance of the ReportViewer class.
Declaration
public ReportViewer(string id, ReportViewerProperties viewerModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
ReportViewerProperties | viewerModel | The viewer model. |
Properties
Model
Gets the ReportViewer model.
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object | The model. |
Overrides
PluginName
Gets the name of the plugin.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the plugin. |
Overrides
ReportViewerModel
Gets or sets the report viewer model.
Declaration
public ReportViewerProperties ReportViewerModel { get; set; }
Property Value
Type | Description |
---|---|
ReportViewerProperties | The report viewer model. |
TagName
Gets the name of the tag.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the tag. |
Overrides
Methods
CreateContainer(String)
Creates the container.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | The control identifier. |
Returns
Type | Description |
---|---|
System.Web.HtmlString | HtmlString. |
Overrides
GetDependentControl()
Declaration
protected override List<string> GetDependentControl()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
RenderControl(String)
Renders the control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | The control identifier. |
Overrides
Implements
System.Web.IHtmlString