Viewing 15 posts - 1,411 through 1,425 (of 1,839 total)
Check out the BOL, if you look up the method ReportingServices.GetPolicies, there's sample code (vb.net and c#) that will produce what you're looking for.
With minor changes you could take the...
May 25, 2005 at 6:43 am
I agree re: the sample code but one thing that will definitely stop me from using Report Manager very soon is the lack of a 'look up' for the windows...
May 25, 2005 at 6:37 am
Hey Phil,
My plan, although not implemented yet, is to have a fat client (ie winforms app) to manage the security (and publication etc) of reports to the service. This will...
May 24, 2005 at 11:44 pm
It's possible that the batch fails because the user context that it's executing under isn't a member of the OLAP Administrators group on the AS server.
May 24, 2005 at 9:39 pm
Have you checked the two properties "Initial Visiblity" on the Visibility tab under Advanced Properties for the report item; and also "Initial appearance of the toggle image for this report...
May 24, 2005 at 9:37 pm
You could try adding a static column to the matrix and then changing the row value to along the lines of
= ReportItems!txtMyField.Value / SUM(Fields!myField.Value, "myDataRegion")
and then format the textbox...
May 24, 2005 at 9:06 pm
SP2 supposedly brings you Sharepoint web parts for navigating and displaying but i havent had a chance to find or use them yet.
I have seen a method of writing your...
May 24, 2005 at 8:58 pm
Instead of passing the field value, you could try passing the value of the parm as selected in the outer report i.e.
= Parameters!Employee_Parm.Value ; and
= Parameters!CYear.Value
May 24, 2005 at 8:51 pm
if you used the RC-> Schedule then you're using the former. Personally (and it's just a personal opinion) I'd create the DTSrun command string myself. Take a look at the...
May 24, 2005 at 5:35 pm
You mentioned the 'run as' user - are you passing the uername & pwd on the DTSrun command line? Or are you using xp_cmdshell, and setting the run as user...
May 24, 2005 at 9:27 am
Ok, maybe I'm simplifying it too much, but assuming you have a GL cube and a payroll cube, couldn't you either use your existing Payroll cube, or create another just...
May 24, 2005 at 9:11 am
I think you can set these other properties using expressions but you can't refer to them using expressions. A quick check using tables and the textboxes within them looks like...
May 23, 2005 at 7:02 pm
There are two different editions of RS, Enterprise and Standard. My understanding is that you are licensed to run Enterprise edition only if you have an enterpise SQL license. Basically...
May 23, 2005 at 3:56 am
I would have gone for your (installing) account not being a member of the administrators group, but some guys in Italy apparently had the same issue and suggest it's the format...
May 22, 2005 at 5:53 am
Not ure if you resolved this already, but it sounds a little like you hven't put a control (like a table or list) onto the report body (ie you just...
May 20, 2005 at 9:04 am
Viewing 15 posts - 1,411 through 1,425 (of 1,839 total)