Last post Mar 07, 2017 02:31 AM by Chris Zhao
Member
5 Points
105 Posts
Mar 07, 2017 12:00 AM|ahmed.barbary|LINK
I working in rdlc Microsoft report asp.net mvc vs 2015
i have two rectangle controls
First show on left side
second show right side
when i hide left rectangle and try to print report
i see right rectangle moved to place of hidden rectangle left rectangle
I need only print right rectangle on position right
but it moved if left rectangle hidden
How to prevent consume white spaces when controls hidden ?
All-Star
17652 Points
3510 Posts
Mar 07, 2017 02:31 AM|Chris Zhao|LINK
Hi Ahmed,
1. Click on the rdlc. 2. Click outside the rdlc and PRESS F4 it will open Properties. 3. There you will find the ConsumeContainerWhiteSpace property.
reference: https://msdn.microsoft.com/en-us/library/microsoft.reportingservices.rdlobjectmodel.report.consumecontainerwhitespace.aspx
Best Regards,
Chris
Member
5 Points
105 Posts
when hide rectangle controls place of rectangle consume why
Mar 07, 2017 12:00 AM|ahmed.barbary|LINK
I working in rdlc Microsoft report asp.net mvc vs 2015
i have two rectangle controls
First show on left side
second show right side
when i hide left rectangle and try to print report
i see right rectangle moved to place of hidden rectangle left rectangle
I need only print right rectangle on position right
but it moved if left rectangle hidden
How to prevent consume white spaces when controls hidden ?
All-Star
17652 Points
3510 Posts
Re: when hide rectangle controls place of rectangle consume why
Mar 07, 2017 02:31 AM|Chris Zhao|LINK
Hi Ahmed,
1. Click on the rdlc.
2. Click outside the rdlc and PRESS F4 it will open Properties.
3. There you will find the ConsumeContainerWhiteSpace property.
reference: https://msdn.microsoft.com/en-us/library/microsoft.reportingservices.rdlobjectmodel.report.consumecontainerwhitespace.aspx
Best Regards,
Chris