i have a crystal report and there is a field in details section which currently showing for each row. what's the way to set this field to show only once on the very first row?
相关问题
- How to show the Heading of a Sub-Report on each pa
- Crystal Report SP26 SetDataSource() Method failed
- Crystal Report in .NET Framework 4.0
- Which Reporting technology? [closed]
- right to left string in crystal report
相关文章
- What is the best way to cleanup the resources used
- What is a DTO and BO? What is the difference?
- How to pass a list of values into a crystal report
- Crystal Report Sub Report Page Break
- Issue related to vertical line in Crystal Reports
- Dynamically change database type, source etc in Cr
- Converting total time in integer into HH:MM format
- Dataset with dynamic columns in tablix/matrix
Right-click on the field in Report Designer, select Format Field..., click on the Common tab in the Format Editor dialog, click on the conditional suppression button (the box marked
x-2
to the right of Suppress) and enter the formulaRecordNumber > 1
. Click Save and close to exit the Suppress Format formula editor, then click OK to exit the Format Editor.