Hello,
How can I get the report's actual height after populating with data? The Report.Page.Height cannot be used since it has the height that is declared during design and not the actual one.
Thanks
Hello,
How can I get the report's actual height after populating with data? The Report.Page.Height cannot be used since it has the height that is declared during design and not the actual one.
Thanks
Hello Fotis.
Thank you for your message. I am afraid there is no simple way to accomplish this task.
The only possible solution is to do the following:
Hi Gary,
You can use the NestedBrickIterator class to iterate through all page bricks. Please refer the How do I get the Bricks created by an XRControl? ticket for additional information.
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Would you please describe the problem you are trying to resolve in this manner in greater detail? This will make the situation clearer.
I have a report which is bind to a collection that is my data. This collection does not have a standar lenght. One time could have only one item and the other hundreds. I don't want to split into pages, so I have set a big number in Report.Page.Height in order to simulate unlimited page height.
I would like to know what is the actual height of data in each case since it will vary. E.g. in first case, my report will have as data only one item and afterwards blank space (and the actual height of the report is small) and in second case, the data will reserve more space than the first case. Is it possible to know this?