bids

Display Images from Windows Folder in SSRS Report

我们两清 提交于 2019-12-23 03:15:06
问题 I'm trying to make a report in BIDS (2008) that will include external images. We want to use the report to proof the images & other info before we approve our flyer for printing. I've done a bit of searching, but haven't gotten the help I need yet. The path to the images will be image specific, like "\\NETWORKSERVER\ServerD\Docs\Flyer's Images\Quarterly Flyer\ImageName.png" The URL works fine when I paste it in the search bar of my local pc or the server that has BIDS installed on it, but the

Deploying from BIDS to SSRS - Parameters Not Getting Updated

大兔子大兔子 提交于 2019-12-22 12:32:42
问题 I'm noticing some strange behaviors when deploying reports from BIDS to SSRS. I have a parameter that has default values, but those default values don't seem to be getting propagated to the Report Server (they are stored in Parameters field in the Catalog table). Yet when I add new parameters I could see the field is changing. It's almost like the deployment tool is ignoring certain parameters. Any thoughts? If this helps, my RDL looks like this: <ReportParameter Name="INCLUDEDFIRMS">

How to force a textbox to split, rather than move to a second page in SSRS 2005 (PDF Export)?

久未见 提交于 2019-12-22 10:26:56
问题 This question is a follow up to my original question, I've done a bit more reseach, i narrowed a problem down quite a bit. I've also uploaded a sample .rdl to illustrate the problem I've got the following report setup: a header (image in the body), two textboxes, and a footer. First textbox has a little bit of text, and second textbox has lots of text. Second textbox can fit on one page by itself, but won't fit on the page with my header and the first textbox. The problem is that for some

Quickly changing SSIS-packages data source parameters for easy migration

你说的曾经没有我的故事 提交于 2019-12-21 05:32:29
问题 I would need to migrate a SQL database from Sybase to MS SQL Server. Before doing the actual migration on the production server I first created an SSIS-package with SQL Server Management Studio's Import/Export Wizard for testing with other databases. The test migration was successful and I would now like to deploy my SSIS-package to the real servers. However, it seems I cannot simply run the package in Management Studio choosing different data sources for it - it only runs on the same

How can I “specify a dataset aggregate” in this SSRS Expression?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-20 01:07:30
问题 I need a row value in my SSRS report that is a calculated one based on a couple of fields that are already being used in the report. I want it to display in the textbox named 'textboxPercentageValue'. In semi-plain English, the expression/formula is: If the value of the "Week" field is "WK1", display the value of the Variance field divided by the value of the Price field; otherwise, just display the value from the Variance field. In VB script gobbledygook, the expression/formula I've add to

Copying SSIS packages deployed on SQL Server back to Visual Studio 2008

别等时光非礼了梦想. 提交于 2019-12-17 20:32:40
问题 My Development SSIS box with my Visual studio 2008 installation is not working anymore. I am trying to figure out how I can take the packages running on my production SQL 2008 SP2 server and insert them into a new installation of Visual Studio on a new server. thanks 回答1: I'm assuming the OP is aware of a basic file copy but I believe their issue is they have the packages deployed into the MSDB. To extract packages from the MSDB, you must first identify where in the msdb they exist. For that,

How do I display 'No data available.' when there are no rows to show on the report?

末鹿安然 提交于 2019-12-17 18:48:46
问题 I am building an SSRS 2005 report using BIDS. My report filters on date. When the selected date returns no data rows the report is blank, just the title is displayed, no table or column heading. How can I change this to display a message like No data available. or Report is empty. ? 回答1: You could set the property NoRowsMessage available on the report's table control like this: Select the Tablix control and press F4 to view the Properties pane. Find the NoRowsMessage property and set the

How to access ssis package variables inside script component

陌路散爱 提交于 2019-12-17 05:09:03
问题 How can I access variables inside my C# code which I've used in Data Flow -> Script Component - > My c# Script with my SSIS package? I have tried with which is also not working IDTSVariables100 varCollection = null; this.VariableDispenser.LockForRead("User::FilePath"); string XlsFile; XlsFile = varCollection["User::FilePath"].Value.ToString(); 回答1: Accessing package variables in a Script Component (of a Data Flow Task) is not the same as accessing package variables in a Script Task . For a

How to access ssis package variables inside script component

人走茶凉 提交于 2019-12-17 05:08:43
问题 How can I access variables inside my C# code which I've used in Data Flow -> Script Component - > My c# Script with my SSIS package? I have tried with which is also not working IDTSVariables100 varCollection = null; this.VariableDispenser.LockForRead("User::FilePath"); string XlsFile; XlsFile = varCollection["User::FilePath"].Value.ToString(); 回答1: Accessing package variables in a Script Component (of a Data Flow Task) is not the same as accessing package variables in a Script Task . For a

SSRS report with 32-bit Oracle Client Not working in 64-Bit Environment

冷暖自知 提交于 2019-12-14 04:26:05
问题 I have a SSRS report using 32Bit Oracle client build in BIDS 2008, Report is running fine in BIDS (VS 2008) but when deployed to Report Manager on Win2k3 64 Bit Server it is failing with the following error "Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed." I have gone through several articles which are suggesting to Enable IIS to 32Bit using csscript Enable32Biton64