ReportTemplateController Class |
Namespace: Velo.Web.Controllers
The ReportTemplateController type exposes the following members.
| Name | Description | |
|---|---|---|
| ReportTemplateController |
Initializes a new instance of the ReportTemplateController class.
Constructor without parameter
|
| Name | Description | |
|---|---|---|
| _Edit |
Get HTML code for a report template data by ID
| |
| ConvertViewToString |
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.) | |
| Create |
Create a new report template
| |
| Create(FormCollection) |
Creating the report template from form data
| |
| Delete(Int32) |
Delete a report template
| |
| Delete(Int32, FormCollection) |
Deleting a report template
| |
| Details |
Get a report template details
| |
| Edit(Int32) |
Edit a report template
| |
| Edit(Int32, FormCollection) |
Save a report template that has been edited.
| |
| FileUpload |
Upload a file to save to database
| |
| GoToURLReferrer |
Gives redirection result from URL referrer
(Inherited from ControllerStandard.) | |
| Index |
Get report template list without file content
| |
| Message |
Go to message (Home/Message)
(Inherited from ControllerStandard.) | |
| MessageNoData |
Standard message "Daten nicht vorhanden!" or "[data source] nicht vorhanden!"
(Inherited from ControllerStandard.) | |
| SaveURLReferrer |
Save URL referrer
(Inherited from ControllerStandard.) | |
| SetData |
Set data item ReportTemplate with form data
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |