Limit Databand with Count Data

Stimulsoft Reports.WPF discussion
Post Reply
bsilence
Posts: 34
Joined: Wed Feb 13, 2013 12:15 pm

Limit Databand with Count Data

Post by bsilence »

Hello,

I'm having problems to limit a databand with the Count Data property.
I want to limit to 15 items, but no matter what number i input in the Count Data property, doesn't work.

Also, i can't format the datatime type to dd/MM/yyyy, it keeps formatting to dd-MM-yyyy.
Can you help me?

Thanks for your time.

Best Regards.

Bruno Fernandes
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Limit Databand with Count Data

Post by Alex K. »

Hello, Bruno
bsilence wrote:I'm having problems to limit a databand with the Count Data property.
I want to limit to 15 items, but no matter what number i input in the Count Data property, doesn't work.
Please try to use the following expression for the filter:
Line <= 15
Also, i can't format the datatime type to dd/MM/yyyy, it keeps formatting to dd-MM-yyyy.
Please check that your column have a DateTime type.

Thank you.
Post Reply