Showing posts with label textbox. Show all posts
Showing posts with label textbox. Show all posts

Friday, March 30, 2012

reporting services and mozilla

would someone know what i should to to make my report display in mozilla. I have added a textbox at the bottom of the reports' layout and this only helps a little because only the firts page of the report shows clearly in mozilla. The rest of the pages appear squashed to the left in the mozilla browser.

This is due to a bug in Mozilla code. For your reference:

https://bugzilla.mozilla.org/show_bug.cgi?id=350506

We are investigating a possible workaround which may be available in SP2. Stay tuned.

-Chris

Wednesday, March 28, 2012

Reporting Services 2005 textbox with html?

Hi,

Is it possible to insert html into a text control?

I have some records containing html that are saved using a website based on a richText html editor...

How can i send the html to the textbox so that it would render like it is desired?

If by any reason i cannot use html how can i at least specify line breaks and feeds?

Best Regards,

LS

Hi,

no you can′t use HTML here. It was always on the roadmap but not implemented yet.

HTH, Jens K. Suessmeyer.

http://www.sqlserver2005.de

sql

Reporting Services 2005 textbox with html?

Hi,

Is it possible to insert html into a text control?

I have some records containing html that are saved using a website based on a richText html editor...

How can i send the html to the textbox so that it would render like it is desired?

If by any reason i cannot use html how can i at least specify line breaks and feeds?

Best Regards,

LS

Hi,

no you can′t use HTML here. It was always on the roadmap but not implemented yet.

HTH, Jens K. Suessmeyer.

http://www.sqlserver2005.de

Friday, March 23, 2012

Reporting Services (newbie)

Dear all,

When I choose 'Reporting Services' as Server Type from Connection Manager there is nothing in the textbox. Why?

My crystal ball is currently unavailable, so please give some more information what you are doing!
Maybe you are talking about MS SQL Server Management Studio and that the dropdown "servername" gehts empty when you change servertype to "reporting services"?
|||

Yes.. I was talking about that from Sql Management Studio dialog when I select in Server Type 'Reporting Services' the textbox Server Name appears empty.

Hope that clairifies my lack of info...(between my poor english and my unknowledge)

|||

If you haven't connected to a Reporting Services server from this copy of Management Studio, the Server Name will be empty. The Server Name list is just a list of servers that you have previously connected to.

Just because you have connected to Database Engine --> SERVERNAME, it will not show up in the list for other Server Type connections.

|||

Well, I obtain the following error:

TITLE: Connect to Server

Cannot connect to SRVDESASQL2005.


ADDITIONAL INFORMATION:

The Report Services WMI Provider is not installed or is misconfigured (Microsoft.SqlServer.Management.UI.RSClient)


BUTTONS:

OK

|||I would try reinstalling SQL Tools on your local PC. Looks like that may be where the problem is.

Tuesday, March 20, 2012

Reporting Services

Dear all,

When I choose 'Reporting Services' as Server Type from Connection Manager there is nothing in the textbox. Why?

"Reporting Services" is not a connection manager type as far as I can see (I right-clicked in "Connection Managers" area and selected "New Connection...".

Where exactly are you choosing that?

-Jamie

|||

Hi Jamie,

Well, just test it nothing else. Up to the moment our "bussiness as usual" doesn't requires its possibilities.

|||

I think you were probably working in Management Studio and selecting Reporting Services from the drop down list when connecting a new Object Explorer. Is that right? In which case you need to enter the name of your local report server - or just "." should do it.

Or may be I have it wrong. I guess we're not clear on where you are seeing this reference to RS. Perhaps a screenshot would help, or step by step repro of how to get to the dialog.

Donald

Saturday, February 25, 2012

Reporting Oracle Long datatypes

I am including a Oracle Long datatype dataset field in a table report item textbox cell and only getting 100 characters of the field displayed. Is this the maximum length possible or is it possible to display more characters?
I am connecting to the Oracle database with the Oracle provider for OLE DB and having no problems with other datatypes.Which version of the Oracle client is installed? It has to be the Oracle
8.1.7 client or later. Some people on the newsgroup have reported issues
with garbage returned when using the Oracle 8.1.5 client against an Oracle
9i server.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"RW" <RW@.discussions.microsoft.com> wrote in message
news:52AE66B5-576F-4BF3-B215-CC3193C0955E@.microsoft.com...
> I am including a Oracle Long datatype dataset field in a table report item
textbox cell and only getting 100 characters of the field displayed. Is this
the maximum length possible or is it possible to display more characters?
> I am connecting to the Oracle database with the Oracle provider for OLE DB
and having no problems with other datatypes.

Tuesday, February 21, 2012

Reporting Local mode images and text

I am attempting to put an image on a report and place a textbox over top of the image. The image is a certificate of completion and the textbox is the person's name. When I put the image on the report it forces the textbox to print under the image.

It sounds like you're using the Webforms viewer. Overlapping report items are not supported when rendering to HTML. If a report item overlaps another item, the items are arranged so that they do not overlap.

Some more information:

http://msdn2.microsoft.com/en-us/library/ms156022(SQL.90).aspx

-Chris