JasonColeyNZ
JasonColeyNZ
About
- Username
- JasonColeyNZ
- Location
- New Zealand
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Can you please provide some code here on how to add columns to a table object, I can't seem to get this working, I get Fill cannot be null errors? I am using the latest .NET build and C# Cheers Jason
-
How are your bands setup, do you have the detail band set to the main table and a child detail band for the table 2 data, or do you want them all fields on the same band? I think if you create the main band to link to table 1, then add child band…
-
I haven't used FR in Forms as yet, but does the page have a border class, if so it looks as though the shadow is a property of this? Jason
-
I'm not sure, but can this help? https://msdn.microsoft.com/en-us/library/ta...(v=vs.110).aspx using the c# split method? Sorry if your not using c# wasn't sure by the post. Jason
-
What is the .Net Framework version Application Pool for the site under IIS set to?
-
Where are the values coming from, are they totals at all?
-
I got it, after downloading the Class Refernence, noted its an Enum, so the | operator sorted it.. xx.PrintOn = PrintOn.OddPages | PrintOn.EvenPages; Still would be nice if we had an op going though the forum and helping out users? Jason
-
it looks like it might be something like this, but this doesn't work... PageHeader1.PrintOn.Equals(new PrintOn[] {PrintOn.FirstPage, PrintOn.LastPage, PrintOn.OddPages, PrintOn.EvenPages, PrintOn.RepeatedBand, PrintOn.SinglePage});