2 Questions
pinbot
Texas
Hey Alex,
FR.Net has been working so well I haven't been on the forum for a while so forgive me if these have been asked recently.
Got 2 questions:
1. Does the Web viewer support resizing yet? Or can it fill the page (maximize)? This is something that was "being worked on" the last time I asked, about 6 months ago.
2. I installed the latest version of FR.NET and made the change to my Page Directive as shown in the pinned article.
I had to change it from the example to: <%@ Register assembly="FastReport.Web, Version=1.4.32.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c" namespace="FastReport.Web" tagprefix="cc1" %>
Which has the current version.
My question is: Will I have to change the page directive to incorporate the current version number each time I update FR.NET?
Thanks and keep up the great work on FR.
Bryan Patrick
FR.Net has been working so well I haven't been on the forum for a while so forgive me if these have been asked recently.
Got 2 questions:
1. Does the Web viewer support resizing yet? Or can it fill the page (maximize)? This is something that was "being worked on" the last time I asked, about 6 months ago.
2. I installed the latest version of FR.NET and made the change to my Page Directive as shown in the pinned article.
I had to change it from the example to: <%@ Register assembly="FastReport.Web, Version=1.4.32.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c" namespace="FastReport.Web" tagprefix="cc1" %>
Which has the current version.
My question is: Will I have to change the page directive to incorporate the current version number each time I update FR.NET?
Thanks and keep up the great work on FR.
Bryan Patrick
Comments
1) WebReport supports percent sizes now. You may set its Width and Height to "100%", so it will fit the window.
2) Unfortunately, yes, you'll have to change the version number each time when you upgrade FR.Net.