Showing posts with label reference. Show all posts
Showing posts with label reference. Show all posts

Wednesday, March 7, 2012

Reporting Services Expression syntax - please

Can anybody point me to some book or site with Reporting Services
expression syntax reference or set of examples. I was able to find
only few.
Need it asap.
Please. Please. Please.
JuliaA couple I like are:
http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=Yf7CSmq9LR&isbn=0072232161&itm=3
Microsoft SQL Server 2000 Reporting Services - Chapters 7 & 8
Brian Larson, Nancy Maragioglio (Editor)
http://search.barnesandnoble.com/booksearch/isbnInquiry.asp?userid=Yf7CSmq9LR&isbn=1932394222&itm=8
Microsoft Reporting Services in Action - Chapter 5
Teo Lachev
Also, searching this alias for keywords like iif, .Value, expression can
turn up some amazing nuggets of informtion.
--
-- "This posting is provided 'AS IS' with no warranties, and confers no
rights."
jhmiller@.online.microsoft.com
"Julia" <esadov@.yahoo.com> wrote in message
news:d7f1a78b.0410280819.6a414203@.posting.google.com...
> Can anybody point me to some book or site with Reporting Services
> expression syntax reference or set of examples. I was able to find
> only few.
> Need it asap.
> Please. Please. Please.
> Julia

Tuesday, February 21, 2012

Reporting Services Custom Code

I created a class library which uses a web reference My SSRS report uses the class through its custom code I copied the dll & dll.config of the class library to the VS2005 private assembllies and the report works I copied the dll & dd.config to the reportserver bin and gave the assembly full trust by adding the necessary code group I even added a code group the give the dll.config file full trust as well Yet on Repost server, the report does not work Any ideas I suspect it is a permission problemThere are alot of problems with the custom code in visual studio. I suggest if possible coding directly in the properties of the report, the commands are slightly different but you can find them by going to <view expression> in the drop down and typing things like System.etc|||My problem stems from using an ODBC dsn The connection works in an ASP.NET environment however it does not work in the class library "connection is disabled" error returned from the Informix driver This why I created the Web Service, just to make use of the DSN connection in the ASP.NET environment|||

[System.Security.Permissions.PermissionSet(System.Security.Permissions.SecurityAction.Assert, Unrestricted = true)]

need this at method headers