Viewing 9 posts - 1 through 9 (of 9 total)
Try with this two links:
http://www.microsoft.com/sql/technologies/reporting/rdlspec.mspx
http://download.microsoft.com/download/c/2/0/c2091a26-d7bf-4464-8535-dbc31fb45d3c/rdlNov05.pdf
September 18, 2007 at 12:59 pm
Hi Andrew,
Have you try to use a "package configuration" file for you package and export the Connection String, Username and Password?
September 18, 2007 at 2:10 am
Hi Pat,
Can you explain in detail what type of total you want to add?
August 21, 2007 at 3:19 am
Hi Pardeep,
Are you working with a named instance?
August 20, 2007 at 7:45 am
You should make a cast.
Try with this:
=CInt(ReportItems!txtbox34.value) + CInt(ReportItems!txtbox35.value)
CInt converts a string to int. If you want another type of conversion, you should watch at expression properties of the textbox,...
August 20, 2007 at 7:44 am
Hi Roxanne,
For example, if you have two textboxes with names "mytext1" and "mytext2" and you want to set the value of "mytext2" with the value of "mytext1", into the expression...
August 20, 2007 at 7:33 am
The main reason is SSMS.
When you try to make a new job (File System package) from the client, SSMS find local packages to the server. If you deploy a package...
August 20, 2007 at 5:05 am
Can you try to make the sames steps but with a remote desktop connection into the server?
August 20, 2007 at 4:25 am
Hi David,
When you try to create the job, you make it from the server or the client?
August 20, 2007 at 3:19 am
Viewing 9 posts - 1 through 9 (of 9 total)