Including Datagrid into ReportTitleBand

Stimulsoft Reports.WPF discussion
Post Reply
Ipad
Posts: 17
Joined: Mon Jul 05, 2010 3:29 am
Location: Köln

Including Datagrid into ReportTitleBand

Post by Ipad »

Hello,

i wanna include a Datagrid into my ReportTitleBand.
But i get the following exception:
The index was outside the range. He need not be negative and smaller than the collection.
Parameter name: index

Can you help me?
The other Problem is:
If I put the Datagrid into the TitleBand, the System switch the Datagrid outsite the Band.

Thanks in advance!
Greetings Ipad
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Including Datagrid into ReportTitleBand

Post by Jan »

Hello,

Did you understand DataBand under Datagrid and what is TitleBand? Did you mean HeaderBand?

Thank you.
Ipad
Posts: 17
Joined: Mon Jul 05, 2010 3:29 am
Location: Köln

Including Datagrid into ReportTitleBand

Post by Ipad »

Hello,

Yes, i understand!
I wanna include into a HeaderBand the Databand.
I switched the option for dockable to false.

Thanks, for your help! :-)

Greetings
Patrick
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Including Datagrid into ReportTitleBand

Post by Jan »

Hello Patrick,

As i udnerstand you use Table component. Also you can place Panel component on HeaderBand. After then you can place Databand into this Panel component.

Thank you.
Post Reply