Interface ITextEditService
The interface may change over time
Namespace: FastReport.Web.Services
Assembly: FastReport.OpenSource.Web.dll
Syntax
public interface ITextEditService
Methods
GetTemplateTextEditForm(String, WebReport)
Returns a string with template text edit form
Declaration
string GetTemplateTextEditForm(string click, WebReport webReport)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | click | Click options - page, coordinates |
| WebReport | webReport | WebReport clicked on |
Returns
| Type | Description |
|---|---|
| System.String |