Showing posts with label rendering. Show all posts
Showing posts with label rendering. Show all posts

Tuesday, March 27, 2012

Basic Functionality Questions

We've been trying to implement Reporting Services in our web application. We've run into 2 issues that I'd like to verify:

First, HTML rendering. In our application we provide an HTML Editor for formatting. The formatting does not render in the reporting services. I understand that's a known issue with no work around and no timeframe for resolution. Is that correct?

Second issue comes with tying is the Reporting Services together with our ASP.NET code. Do any of the Reporting Services controls allow you to bind to classes that support the IList Interface?

Thanks,

Frank

1) RS text box control does not render HTML. It supports standard formatting which applies to the entire contents of the textbox rather than individual bits of text as in a rich text box control.

2) RS reports are rendered based on the report definition and do not support binding custom datasets at runtime through the IList interface.

sql

Sunday, March 25, 2012

Barcode not rendering on .pdf file.

I am trying to render a report with a barcode in it to pdf. When I open the
pdf, the line with the barcode is not there. I know the font is on all the
necessary machines. Does anyone have any ideas?i´ve experienced the same when my cell was a tiny bit to small.
(yes i have checked the can grow option)
just making it a bit higher solved that for me.
it still doesnt render perfectly, since it moves my barcode approx 1 cm down
when i render a PDF, but hope it helps you anyway
// andrew
"Chris Arnold" wrote:
> I am trying to render a report with a barcode in it to pdf. When I open the
> pdf, the line with the barcode is not there. I know the font is on all the
> necessary machines. Does anyone have any ideas?

Thursday, March 22, 2012

Bar Chart missing Data Label

When rendering a report programatically, the Bar Chart that is displayed is
missing the Data Label for the last bar in the chart.
If I change the chart type to Pie or Column, the label shows fine.
This problem does not occur in the initial install, but does occur with SP 1
and SP 2.
Is it a bug or am I just doing something wrong?
Thanks in advance,
Tarik P.Can you try turning on "margins" for the x-axis?
-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.
"Tarik Peterson" <tarikp@.investigo.net> wrote in message
news:%23muicNZUFHA.628@.tk2msftngp13.phx.gbl...
> When rendering a report programatically, the Bar Chart that is displayed
> is missing the Data Label for the last bar in the chart.
> If I change the chart type to Pie or Column, the label shows fine.
> This problem does not occur in the initial install, but does occur with SP
> 1 and SP 2.
> Is it a bug or am I just doing something wrong?
> Thanks in advance,
> Tarik P.
>
>|||Thanks for your help! That took care of it.
"Robert Bruckner [MSFT]" <robruc@.online.microsoft.com> wrote in message
news:%23bQw$eZUFHA.2420@.TK2MSFTNGP12.phx.gbl...
> Can you try turning on "margins" for the x-axis?
>
> -- Robert
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "Tarik Peterson" <tarikp@.investigo.net> wrote in message
> news:%23muicNZUFHA.628@.tk2msftngp13.phx.gbl...
>> When rendering a report programatically, the Bar Chart that is displayed
>> is missing the Data Label for the last bar in the chart.
>> If I change the chart type to Pie or Column, the label shows fine.
>> This problem does not occur in the initial install, but does occur with
>> SP 1 and SP 2.
>> Is it a bug or am I just doing something wrong?
>> Thanks in advance,
>> Tarik P.
>>
>