View header and Footer sometimes

Stimulsoft Reports.NET discussion
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

View header and Footer sometimes

Post by Andrew »

Hello,

What product and version do you use?

In the Demo.exe sample application, press 'Design' button first and then open attached above report.

Thank you.
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

View header and Footer sometimes

Post by so29 »

Hi Edward
In the Demo.exe sample application, press 'Design' button first and then open attached above report.
Thanks
What product and version do you use?
But still gives error (Photo previous post)
Thank you
Please me in solving this problem can help
Attachments
326.Untitled3.jpg
326.Untitled3.jpg (22.27 KiB) Viewed 2596 times
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

View header and Footer sometimes

Post by Edward »

Hi

Here is a report template for you report engine version.

Thank you.
Attachments
327.Report.mrt
(21.12 KiB) Downloaded 252 times
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

View header and Footer sometimes

Post by so29 »

Hi Edward

With your help I was very close to the answer

Please open attached report in Demo.exe sample application:

Thank you very much
Attachments
329.Report1.mrt
(22.39 KiB) Downloaded 331 times
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

View header and Footer sometimes

Post by Edward »

Hi

If you need an idea how to sort a databand based on the Column name as a variable value, please see attached report, or please provide more details on your task.

Thank you.
Attachments
330.ReportSortedByColumnFromVariable.mrt
(25.67 KiB) Downloaded 299 times
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

View header and Footer sometimes

Post by so29 »

Hello

I do not want to sort
I just would like to apply condition (DataBand2.CountData > 0)

Your post Attachment thirteenth taking conditional

Code: Select all

Totals.Sum(Categories,Categories.CategoryID<3?1:0) == 2

but I have only two string fields in Databand2
fields that only the character and not sign or number, etc.
Please post your thirteenth such conditions put on the string fields to act





so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

View header and Footer sometimes

Post by so29 »

Hi Edward

I still am waiting for your beautiful answers

Thankful
:grinder:
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

View header and Footer sometimes

Post by so29 »

Hello

Please open attached report in Demo.exe sample application:
What justification you have for it?

I tried for a long time that I can solve this problem :redeye:
And the loss suffered was

See more tips please
Attachments
332.Report1.mrt
(25.4 KiB) Downloaded 314 times
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

View header and Footer sometimes

Post by Jan »

Hello,

You can use following code in BeforePrintEvent of databand:

Code: Select all

DataBand1.Enabled = DataBand1.CountData >= 2;
Thank you.
so29
Posts: 72
Joined: Mon Nov 02, 2009 1:29 pm

View header and Footer sometimes

Post by so29 »

hi
You can use following code in BeforePrintEvent of databand:

Code:
DataBand1.Enabled = DataBand1.CountData >= 2;


Thank you.
This is the code what to do?


Thank you.
Post Reply