ReportController Methods |
The ReportController type exposes the following members.
| Name | Description | |
|---|---|---|
| _Edit |
Get HTML code for a report data by ID
| |
| ConvertViewToString |
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.) | |
| Create |
Create a new report
| |
| Create(FormCollection) |
Creating the report from form data
| |
| Delete(Int32) |
Delete a report data item
| |
| Delete(Int32, FormCollection) |
Deleting a report from database and go to URL referrer
| |
| Details |
Get a report details
| |
| Edit(Int32) |
Edit a report
| |
| Edit(Int32, FormCollection) |
Save a report that has been edited and go to view details.
| |
| GetList |
Get HTML code for a report list by search parameter
| |
| GetListByAddress |
Get HTML code for report list by address
| |
| GetListByBike |
Get HTML code for report list by bike
| |
| GoToURLReferrer |
Gives redirection result from URL referrer
(Inherited from ControllerStandard.) | |
| Index |
Get report list by status
| |
| 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 Report with form data
| |
| SetViewBagList |
Set object ViewBag
|
| Name | Description | |
|---|---|---|
| ConvertDateFromSQL |
Convert SQL date include value null
(Defined by Extension.) | |
| ConvertDateToSQL |
Convert C# date type to SQL date type
(Defined by Extension.) |