Forum Replies Created

Viewing 15 posts - 136 through 150 (of 219 total)

  • RE: Embedded Code: what''''s the trick?

    I copied and pasted you function into the code window and tested it using RS 2000 and 2005.  Worked in both.  I just called the function using =Code.ReportTotal(true,1,1,1,2,2) to verify...

  • RE: Parameter Selection

    What version of SSRS are you running?  If on 2005, are the parameter selections multi-select?  Depending on this, there are ways to get around this.

  • RE: Inserting calculated fields in a matrix?

    One option is to add the variance as a calculated column in your dataset. 

  • RE: Page can not be displayed

    Also, check the report server logs.  I've seen this on long running reports that return large datasets.  The server runs out of memory processing the report and recycles the reporting...

  • RE: dynamic textbox width?

    You can't.  The width of a textbox must be set before the report is run.  You're only option would be to regenerate the RDL file behind the scenes and then...

  • RE: Printing in Reporting Services

    What version of RS are you running?  I found that in 2000, printing from the toolbar was not the same as from the PDF.  Since upgrading to 2005, this has...

  • RE: Visual Studio & Reporting Server 2000

    No, it' just a warning message when installing to the server.

  • RE: Change parameter

    I assume you're using the parameters withing the report viewer, and if so, no.  You can not enable/disable parameters.  You'd need to do a custom front end, such as and...

  • RE: NULL Column in PIVOT type (SQL Server 2000 Report)

    Yes add a filter to your query, such as "where ReasonName IS NOT NULL"

  • RE: Format text

    No, you would need to use separate text boxes.

  • RE: Help to design report

    Based on the layout above, you probably do want to use a matrix for designing this report.  What is your issue with the above?  Is your data coming in summed...

  • RE: how to make textbox displayed

    What data region are you using for this?  If it's a tbale, do the rest of the text boxes in the row display normally?

  • RE: Creating A report to show who has been running reports RS2000

    I wouldn't recommend querying the reportserver tables directly as these are used to control your report executions.  However, reporting services does ship with sample reports for monitoring your reports.  Details...

  • RE: Report Access

    Have you tried logging in directly to the database through Query Analyzer?  I'd be curious to see if that fails as well.

  • RE: SOAP access error

    NT allows only a single hop between servers.  On your desktop, It's not an issue as the client and website are on the same server.  You're only hop for authentication...

Viewing 15 posts - 136 through 150 (of 219 total)