i have a report which needs to be printed on 2 pages and the second-page contents are 3 sub reports in the group footer section of main report. However, the contents of page 2 will not fit the complete page where I need the background/contents to be stretched to the whole page.
Any suggestions ??
i want this to be stretched to the whole page
Related
I want to edit a RTF file programmatically. I have a problem with the page number. The page number in the footer should not appear on every page. The page number should not appear on the first six and the last two pages. Is it possible not to display the page number in the footer on the first six and the last two pages? Is it otherwise possible to display the page number without the footer by another command at the bottom of the page?
{\rtf1\ansi\ansicpg1252{\fonttbl{\f0\fnil Times New Roman;}}
\viewkind4\uc1\p\sl240\slmult1\f0\fs24\paperw11905\paperh11905
\margl1133\margr1133\margt1133\margb1133\footery1133{\footer\fs16\chpgn}}
1)I am using matrix to show my data as tax for each year. So in row I am showing tax name and for column I am grouping against year. I using rdlc to export it as pdf. on a page as per width it showing 6 column and as there is no space it split remaining columns on another page. Now my issue is, there are no much rows and there is space on same page below that tablix to occupy another tablix (splitted column's) still it is moving remaining columns on another page. I tried with keepTogether property but is it not working for me. I set it for tablix,column group also.
2) Now I want to use this above report as sub report so I add this report on another report file at the end of page. So while rendering the report as subreport it split exceed columns on another page which is also at the end of page keeping a lot of empty space at start of that second page. How can I avoid this.
Suppose I have Main report with some basic info at first then I put sub report at end of first page. Now sub report contains data in matrix which column increases dynamically. so after 4 column it split and goes on next page for next page and put remaining columns on next page at the END. Which I want at the start of next page.
basic info
sub report content in matrix
---------------------------------------------------------------------------
page break here from sub report as more columns are there.
( this space remain blank. I want to avoid this blank space.)
sub report remaining columns came here.
I have a crystal report file with grouping to separate each record per group. I have a problem with the line representing column there are scenarios where the page is on the next page, the line extends downward all the way down to the bottom
I have 5 tables next to each other(horizontally) in a report . If there are no rows in the table then the table should hide, and the tables right to it should occupy its space. This is happening in the first page of the report viewer, (I have set the visibility based on a expression). But from the 2nd page there is empty white space in place of the hidden table. Please help
I want to display two different section in one crystal report. In my report i have created two section but they both display same data as you can saw in below image.
What setting is needed for displaying different data? Thanks.
Here image of my crystal report design
After seeing the report design, here are your issues:
Just because you have two detail sections doesn't mean it will show you two different values.
A report is structured like a book:
The Report Header and Footer are like the cover and back page - you only put information on them that you want to see once.
The Page Header and Footer should contain information that you want to see on every page at the top and bottom.
The Group Header and Footer are used to show information if your data is grouped by certain criteria - like chapters of a book.
The Detail Section shows either all data or the data that pertains to a group - like the text within the chapters.
So, in your case I would create a group that is based on your employee. Put all your header information (the top 3 lines in your report) in the Page Header. In the Group Header you put everything in line 4 and 5. Line 6 through 17 go into the Detail Section. Line 18 with all the totals goes into the Group Footer. Everything from line 19 on goes into the Page Footer.
I hope this makes sense and I'll be more than happy to help out further.