Click or drag to resize

ReportTemplateController Class

Report template web controller
Inheritance Hierarchy
SystemObject
  ControllerBase
    Controller
      Velo.Web.HelperControllerStandard
        Velo.Web.ControllersReportTemplateController

Namespace:  Velo.Web.Controllers
Assembly:  Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class ReportTemplateController : ControllerStandard

The ReportTemplateController type exposes the following members.

Constructors
  NameDescription
Public methodReportTemplateController
Initializes a new instance of the ReportTemplateController class. Constructor without parameter
Top
Methods
  NameDescription
Public methodCode example_Edit
Get HTML code for a report template data by ID
Protected methodConvertViewToString
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.)
Public methodCode exampleCreate
Create a new report template
Public methodCode exampleCreate(FormCollection)
Creating the report template from form data
Public methodCode exampleDelete(Int32)
Delete a report template
Public methodCode exampleDelete(Int32, FormCollection)
Deleting a report template
Public methodCode exampleDetails
Get a report template details
Public methodCode exampleEdit(Int32)
Edit a report template
Public methodEdit(Int32, FormCollection)
Save a report template that has been edited.
Public methodCode exampleFileUpload
Upload a file to save to database
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
(Inherited from ControllerStandard.)
Public methodIndex
Get report template list without file content
Protected methodMessage
Go to message (Home/Message)
(Inherited from ControllerStandard.)
Protected methodMessageNoData
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
(Inherited from ControllerStandard.)
Protected methodCode exampleSaveURLReferrer
Save URL referrer
(Inherited from ControllerStandard.)
Private methodSetData
Set data item ReportTemplate with form data
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also