Click or drag to resize

ReportController Class

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

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

The ReportController type exposes the following members.

Constructors
  NameDescription
Public methodReportController
Initializes a new instance of the ReportController class. Constructor without parameter
Top
Methods
  NameDescription
Public methodCode example_Edit
Get HTML code for a report data by ID
Protected methodConvertViewToString
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.)
Public methodCode exampleCreate
Create a new report
Public methodCode exampleCreate(FormCollection)
Creating the report from form data
Public methodCode exampleDelete(Int32)
Delete a report data item
Public methodCode exampleDelete(Int32, FormCollection)
Deleting a report from database and go to URL referrer
Public methodCode exampleDetails
Get a report details
Public methodCode exampleEdit(Int32)
Edit a report
Public methodEdit(Int32, FormCollection)
Save a report that has been edited and go to view details.
Public methodCode exampleGetList
Get HTML code for a report list by search parameter
Public methodCode exampleGetListByAddress
Get HTML code for report list by address
Public methodCode exampleGetListByBike
Get HTML code for report list by bike
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
(Inherited from ControllerStandard.)
Public methodIndex
Get report list by status
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 Report with form data
Private methodSetViewBagList
Set object ViewBag
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