|
Query |
Response |
|
I would like to Know at the beginning of creating a new report how can I set a report's format properties such as 'A4' or Horizontal or Vertical' ( Portrait or landscape ). |
The “Report Properties” dialog allows to set the paper size and orientation property of the report, refer the following steps to change the properties.
1.Open Report Designer.
2.Right Click on the “Report” area.
3.Open the “Report Properties” dialog box.
4.Using “Page Setup” tab you can able to set paper size and orientation to the report. |
|
What's happening?, Way does the Report Server is showing the date's format in different way?. I need to work with dates with the format 'DD/MM/YYYY' in the server.
|
The date format of values shows in the Report Designer uses the machine region and date time settings. The format shown in Syncfusion Report Server uses the browser language settings. You can use the “Format” expression to view the date values in required format without any difference, refer to the following link for more details on format expression.
|