Gerd1965
Gerd1965
About
- Username
- Gerd1965
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I am using VS 2015 and VB as script language - but should this be the problem? As a workaround I added a datacolumn to my table where all Nulls are converted to 1000 and this works too. Something else: is it possible to hide a groupheader cond…
-
when starting your project FastReportDataSource it throws Error in FastReport "Main class of report was not found in ReportScript"
-
ipong wrote: » 2 ways to create datasource: 1. fastreport as standalone, pull data from database with built-in classes 2. push data from main application (winforms, wpf, web apps) to fastreport i attached samples for demonstration: 1. instag…
-
ipong wrote: » there are 2 methods: a. easy way : custom function b. hard way : linq First of all I do not understand how do you create the datasource "nullable". Then my datasource is a datatable derived from MySQL database with many Co…
-
Thank you!
-
Finally I figured it out... what a fool [img]style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> Ups.. I did not see your reply, but thank you for your help. It showed me the right w…
-
ipong wrote: » did you mean setting condition on report template? use script...   public class ReportScript   {     private void _StartReport(object sender, EventArgs e)     {       GroupHeader2.Condition = Report.GetParameterV…
-
Thanks for the suggestion. I have Sub Main and there is VisualStyles enabled. But thru your hint I found a solution. Setting Flatstyle for each Control to System instead Standard brings the expected behavior.