Forum Replies Created

Viewing 15 posts - 1,411 through 1,425 (of 1,839 total)

  • RE: Reporting on Security Permissions

    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...

  • RE: Custom front-ends for Reporting services

    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...

  • RE: Custom front-ends for Reporting services

    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...

  • RE: Analysis Services Cube Backups

    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.

     

  • RE: Drill Down Problems

    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...

  • RE: Matrix - converting rows to percentage of column total

    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...

  • RE: Custom front-ends for Reporting services

    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...

  • RE: Subreport parameter error - Parameter is readonly

    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

     

  • RE: Job executing DTS Package Failing

    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...

  • RE: Job executing DTS Package Failing

    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...

  • RE: Dimension Sensitive Formula

    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...

  • RE: ReportItems properties

    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...

  • RE: Which version to install

    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...

  • RE: Installing RS - Failure modifying security permissions ASPNET_SETREG

    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...

  • RE: Preview not showing all the rows?

    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...

Viewing 15 posts - 1,411 through 1,425 (of 1,839 total)