Viewing 15 posts - 1 through 15 (of 41 total)
With the report in the Visual Studio right click on the field you want your user to use to get to the drilldown report. You will get up a...
December 1, 2011 at 3:12 pm
There is an action selection in the left column of the properties box for a text box. It refers to the option as a hyperlink (which it actually is)....
December 1, 2011 at 1:48 pm
SSRS 2008 doesn't have a "Jump to report" option? How does it navigate from one report to another? That is the feature you need to employ if you...
December 1, 2011 at 1:44 pm
In properties of a text box there is a tab called Navigation. There is a "Jump to report:" hyperlink action where you can name a report you want the...
December 1, 2011 at 12:05 pm
Have you thought of navigating to a second "drilldown" report? It's much easier to maintain and change than nesting everything together. You can also get much more intricate...
December 1, 2011 at 7:27 am
T hanks. I was expecting this reply but hoping someone had found a secret MS was holding back on. I wonder if there is a need for this...
November 30, 2011 at 6:52 am
In this example the size of the table of literals is unlimited. However aditional coding is needed tu use variable names i.e. A, B, C, etc. A little...
November 21, 2011 at 2:20 pm
Sort of. The code for evaluating a simple formula like mentioned early in this thread could be called a simplified RPN evaluator, I guess. I really didn't spend...
November 21, 2011 at 1:33 pm
The key to this method is the formulas have already been converted to postfix notation and all the evaluator function has to do is peddle down the string evaluating the...
November 21, 2011 at 12:33 pm
My earlier post was used in a software package to evaluare formulas in a table. The table was comprised of three "columns". The first column had the user...
November 21, 2011 at 12:26 pm
The method for evaluating algebraic equations is properly done through the use of reverse polish notation or more formally known as postfix notation. (It's referred to a reverse Polish...
November 21, 2011 at 12:17 pm
Right. I use the "template" file approach when creating an .xlsx file buy you would think if using the same connection string for reading .xlsx files one could create...
August 5, 2011 at 6:39 am
You can create an excel xlsx file using the SSIS OLE DB using extended properties excel 12.0 but the resulting file is un readable by Excel 2007.
August 4, 2011 at 3:14 pm
No images. I believe bigint, decimal(18,0),varchar(max) are the biggest data sizes in the DB.
March 23, 2011 at 8:45 am
No blocks. Only 206 GB remaining on the server.
March 23, 2011 at 8:31 am
Viewing 15 posts - 1 through 15 (of 41 total)