Create Custom Report
- Last UpdatedNov 12, 2020
- 1 minute read
Creating the Custom Report involves the following steps:
-
Add new Data Source RecMngrPlusHistoryDataSource to Report
-
Configure Shared Data Source properties with a Connection string (Connection string to RecMngrPlusHistoryDB database).
-
Use this Data Source when you create a Dataset.
-
-
Add new Parameter StartDateTime to Report
-
Update DefaultValue to a day before.
-
-
Add new Parameter EndDateTime to Report
-
Update DefaultValue to the current date and time.
-
-
Add new Dataset ReportingTimeZones to Report
-
Add new Parameter ReportingTimeZones to Report
-
Add ReportingTimeZone parameter to Report below the StartDateTime and EndDateTime parameters.
-
Use ReportingTimeZones Dataset to get data.
-
-
Add new Dataset LayoutColorCodes to Report
-
Add new Parameter LayoutColorCodes to Report
-
Update main Dataset
-
Add Report parameters to the main Dataset parameter to filter Report data.
-
Use Dataset parameters in Expression to filter the data.
-
-
Update Report Code
-
Add Report Code GetServerTimeZoneSuffix to fetch the time zone in which the data is filtered.
-
Related Links
- Add Data Source: RecMngrPlusHistoryDataSource to Report
- Add Parameter: StartDateTime to Report
- Add Parameter: EndDateTime to Report
- Add Dataset: ReportingTimeZones to Report
- Add Parameter: ReportingTimeZones to Report
- Add Dataset: LayoutColorCodes to Report
- Add Parameter: LayoutColorCodes to Report
- Update Main Dataset
- Add Report Code to Fetch Reporting Server Time Zone
- Reporting in Time Zone
- Sample Report with Time Zone Information