Class ReportDesigner
Class for ReportDesigner control.
Implements
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
[Obsolete("This Report Designer has been deprecated and component is no longer in active development. Switch to our next generation Bold Report Designer component. https://help.boldreports.com/aspnet-mvc/report-designer/")]
public class ReportDesigner : Control, IHtmlString
Constructors
ReportDesigner()
Initializes a new instance of the ReportDesigner class.
Declaration
public ReportDesigner()
ReportDesigner(String)
Sets the control id for report designer component.
Declaration
public ReportDesigner(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | Gets the id of report designer component. |
ReportDesigner(String, ReportDesignerProperties)
Initializes a new instance of the ReportDesigner class.
Declaration
public ReportDesigner(string id, ReportDesignerProperties designerModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | Gets the id of report designer component. |
ReportDesignerProperties | designerModel | Gets the designer model. |
Properties
Model
Gets the ReportDesigner model.
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Gets the Plugin name that contains a runat=server attribute and value pair.
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
ReportDesignerModel
Gets or sets the report designer model.
Declaration
public ReportDesignerProperties ReportDesignerModel { get; set; }
Property Value
Type | Description |
---|---|
ReportDesignerProperties | The report designer model. |
TagName
Gets the element name of a tag that contains a runat=server attribute and value pair.
Declaration
public override string TagName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
BuildScriptContent(String)
Declaration
protected override string BuildScriptContent(string jsonContent)
Parameters
Type | Name | Description |
---|---|---|
System.String | jsonContent |
Returns
Type | Description |
---|---|
System.String |
Overrides
CreateContainer(String)
Container encapsulates zero or more components.Through a container you can track your components and communicate with them.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and displays the components. |
Returns
Type | Description |
---|---|
System.Web.HtmlString | This method returns string value. |
Overrides
GetDependentControl()
Returns the list of report designer dependent control list.
Declaration
protected override List<string> GetDependentControl()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
RenderControl(String)
Renders the report designer control.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | Gets the string value and renders the report designer control. |