Monday, March 26, 2012

PolygonsCustomReportItem

Hi, Is it possible to modify the width of the Report item in the CRI? i.e:
public ChangeType Process()
{ this.m_CustomReportItem.Width = 0.5;
...
}
It doesn't seem to work, if anyone can help me.
Thank you,On Nov 27, 7:26 am, Jay <J...@.discussions.microsoft.com> wrote:
> Hi, Is it possible to modify the width of the Report item in the CRI? i.e:
> public ChangeType Process()
> { this.m_CustomReportItem.Width = 0.5;
> ...
> }
> It doesn't seem to work, if anyone can help me.
> Thank you,
In SSRS, I have not found any way to change the widge of the controls
dynamically. It appears that all of the controls have to have fixed
widths so the various Renderers known how to export them to .XLS, PDF,
etc.
I think you can only change the width of the ReportViewer object when
the ReportViewer is embedded in another application or web page, but
the objects in the Report RDL are fixed widths.
-- Scottsql

No comments:

Post a Comment