Click or drag to resize

ReportsItemController Methods

The ReportsItemController type exposes the following members.

Methods
  NameDescription
Protected methodConvertViewToString
Convert MVC view to HTML code as string
(Inherited from ControllerStandard.)
Public methodCode exampleCreate
Create a new report item
Public methodCode exampleCreate(FormCollection)
Creating the report item from form data
Public methodCode exampleDelete(Int32)
Delete a report item data item
Public methodCode exampleDelete(Int32, FormCollection)
Deleting a report item
Public methodCode exampleDetails
Get a reports item details
Public methodCode exampleEdit(Int32)
Edit a report item
Public methodCode exampleEdit(Int32, FormCollection)
Save a report item that has been edited.
Public methodCode exampleGetContextMenu
Get HTML code for a report position context menu
Public methodCode exampleGetItemEditNew
Get HTML code for a report position new (on edit mode)
Public methodCode exampleGetItems
Get HTML code for a report positions by report
Public methodCode exampleGetItemsEdit
Get HTML code for a report positions by report (on edit mode)
Protected methodCode exampleGoToURLReferrer
Gives redirection result from URL referrer
(Inherited from ControllerStandard.)
Public methodIndex
Get reports item list
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 ReportsItem 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