
ipong
ipong
About
- Username
- ipong
- Joined
- Visits
- 482
- Last Active
- Roles
- Members
Comments
-
try it... https://www.fast-report.com/en/forum/index....mp;hl=parameter
-
embed font
-
1. read documentation 2. find in demo folder 3. search forum 4. use google
-
create custom toolbar
-
create your own pdf export, search in forum
-
try this...
-
everytime you attach report object to PreviewControl: if (previewControl1.Report != null) { Â Â Â Â FastReport.PrintSettings settings = previewControl1.Report.PrintSettings;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â System.Xml.Serialization.XmlSeria…
-
use css skill, as I said before, you must intercept html string, resultant from webreport.RenderSync().Value I just modified the css (see: *** NEW ***) .fr18cca88e053a48cbaf3347c3879a86fe-toolbar { Â Â Â Â direction: rtl;Â Â Â Â *** NEW *** Â Â Â…
-
experiment yourself with fr library, but you're looking the hard way
-
intercept htmlstring and replace with your own icon, remember, RTL is not currently implemented, use workaround at your risk
-
https://en.wikipedia.org/wiki/VCard
-
fully functional demo of fastreport with mysql db, https://mega.nz/#!w00lXSCL!H8uuUmMJ...Frz5jRbQ8JWrKBc Notes: 1. attach database sakila to mysql server 2. register FastReport.MySQL.dll to fastreport designer plugin (dependency: MySql.Data.dl…
-
FastReport.ReportPage Page1 = new FastReport.ReportPage(); Page1.Name = "Page1"; Page1.Watermark.Enabled = true; Page1.Watermark.Text = "CONFIDENTIAL"; FastReport.SolidFill fill1 = new FastReport.SolidFill(); Page1.Watermark.TextFill = fill1; fill1.…
-
attach your frx file
-
not supported
-
i cannot reproduce your problem, works fine
-
what is your column/field type in your db? https://stackoverflow.com/questions/1265739...arch-for-a-guid
-
very good, learning something new takes time, be patient. there are 2 options: 1. pull data from fastreport, you already learned that 2. push data to fastreport, you will love this approach
-
good job [img]style_emoticons/<#EMO_DIR#>/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> i never know there is a solution to suppress 'console' word thanks for sharing[/img]
-
actually, someone complained this problem before, search it in forum, but it's never been fixed get a try....
-
try SPA style I mentioned before, probably fastreport doesnt like internet explorer
-
it is easier to do like this: 1. in aspx page: 2. in aspx page, use ajax (jquery) to call webmethod 3. webmethod is processing fastreport and returns : FastReport.Web.WebReport wr = new FastReport.Web.WebRepo…
-
i dont know in webforms, try to include these below in your aspx page:
-
it is embedded in fastreport.web.dll library, fr_util.js, run your mvc app, debug in browser and copy to harddisk, modify it do not put @WebReportGlobals.Scripts() in view (MVC) do it manually:
-
just delete 'console' script, it hurts internet explorer browser
-
change Text1 'cursor property' to hand or something else and create click event   public class ReportScript   {     private bool hideMe = true;         private void Text1_Click(object sender, EventArgs e)     {       hid…
-
did you try it before? don't forget after hiding textobject, call Report.Refresh() from script
-
styles is working fine, no problem
-
dialog is run at report startup => workaround: ajax show and hide controls? what controls???
-
workaround: use ajax, create your own dialog