I have a report in reporting services 2005 that includes a list with an embedded matrix and am attempting to put a border on the list, however, when I run the report in visual studio the matrix is gro
Is it possible to have 2 re开发者_如何学Cport parameters set the same actual parameter? For example, the user should either be able to type in an ID, or select it from a dropdown list - for the query
I am trying to create horizontal bar chart to look like a pill chart. I would like to take a either a stacked bar chart or a 100% stacked bar chart and put rounded ends onto 开发者_开发知识库this cha
Can multiple SSRS share the same DB?We\'re getting into an SSRS customization scenario, which may advers开发者_如何学JAVAely affect our existing SSRS features, and I wanted to see if it was possible.
Ok I need to display total talk time of an agent that is coming into SRSS 200开发者_运维技巧5 from SQL 2005 as an INT.
How do you find items in SSRS by ID?I tried to use the id returned by another find result, a new guid to string and small random string all of which return the same error:
I have controller with action new, and I want it to create ActiveRecord::Base descendant object, and write it into database (without showing it to user).
I am trying to diagnose this exception : System.Runtime.InteropServices.COMException (0x80070008): Not enough storage is available to process this command. (Exception from HRESULT: 0x800700开发者_开发
I\'m getting the error \"Invalid URI: The format of the URI could not be determined\" when customizing it.I\'ve made several changes to the configuration files and UI, but I keep getting this error.It
So... here\'s my story: I\'m trying to create a SQL server data extension (to be precise, I\'m trying to get some sample code to run) (SSRS2005).