Click here to monitor SSC

Use of Globals in external function call (Report Services 2005)

Last post 06-06-2009, 9:49 AM by dchillman. 0 replies.
Sort Posts: Previous Next
  •  06-06-2009, 9:49 AM Post number 73688

    Use of Globals in external function call (Report Services 2005)

    I created an external assembly with a function that takes one argument, the report folder value;
    MyFunctions.GetRelativeUrl(string sReportFolder).
    In my development, if I hard-code a value and pass it to the function, the correct value is returned. However, I want to pass the Globals!ReportFolder to the function, which is where I am having problems. When I attempt that I receive an error which implies the value of Globals!ReportFolder is null. Do you know if there is a trick to using the Globals in an external function call?
View as RSS news feed in XML