Questions tagged [custom-code]
73 questions
0
votes
1 answer
Getting “Request for the permission of type 'System.Web.Aspnethostingpermission, System, Version 2.0.0.0, ” in SSRS 2008
I’m getting the following error while developing a report in SSRS 2008 R2:
Request for the permission of type
'System.Web.Aspnethostingpermission,
System, Version 2.0.0.0,
Culture=neutral,
PublicKeyToken=b77a5c561934e089’
failed
When I…

Praveen
- 11
- 1
- 5
0
votes
1 answer
How to add a custom "More Posts" button to Blogger hompage
I am creating my my own custom blogget tenplate.I'm fetching posts to my blog using b:loop and want to fetch only 4 or 5 posts in one page/hompage. so it will make my blog load faster. but then I need a "More Posts" button to view the other posts…
0
votes
1 answer
SSRS function needs to read field from additional dataset
So in the custom code in SSRS this function is reading a field from a different data set. To be specific the field is "TOTAL_WORK_HOURS".
Public Function CRFtotalhourswobreak(Fields As…

Jason
- 119
- 8
0
votes
1 answer
SSRS custom code issue
I am working on a SSRS report which has a Table with 2 groups. Used custom code to store the outer group data and display it in the header. This works great for most of the data. However, found couple of instances where the last page of the group( A…

Ashfl
- 23
- 3
0
votes
1 answer
Understanding docker with custom files.
I'm a newbie to Docker, I have an application for which I am exploring Docker. With docker compose i can up multiple containers, till here everything is working as expected. We have respective .sh and .yml files.
Scenario which I'm having problem…

NGupta
- 77
- 8
0
votes
0 answers
SSRS Median and drill down reports
I have a SQL Server Reporting Services report in which I calculate the median using an ArrayList in a custom code block as median is not a built in function in SSRS. The median and average are displayed in a column chart. The report includes a…

Rainman
- 101
- 1
- 1
- 6
0
votes
0 answers
How can I call assembly custom function from custom code editor in SSRS2008
I look around and I found a lot of answers about making assembly code and call a function of the assembly from Report control through expression. but I need to know how to call a function of th assembly custom code from custom code editor. I have…
0
votes
1 answer
Microsoft SSRS 2016 Report Variable to Group data: Variable values cannot be used in group expressions
I am building a report in Microsoft SSRS 2016; I have multiple groups in my report,
all these groupings are done via (the same) set of parameters. You can see the screen
shot below:
1) I have 3 groups in SSRS 2016 Report Designer.
2) All 3 groups…

user3812887
- 439
- 12
- 33
0
votes
1 answer
Copying contents of an SSRS Textbox to clipboard using custom code?
I'm attempting to get the value of a Textbox in my SSRS report, and copy that value to the clipboard so the user can paste it elsewhere. I am doing this in the form of a button the user can click.
However, I seem to be getting an error and I am…

Lenfred
- 1
- 1
0
votes
0 answers
SSRS - add textbox data to a chart
I've created a report in SSRS. The report has a chart in where points are plotted on a scatter chart. My issue now is that we need a line of best fit, which is not directly supported by SSRS.
In order to work it out (as there are a lot of…

user25730
- 517
- 2
- 6
- 24
0
votes
2 answers
Need "Export" link in user list page
I want to add new link called as "Export" on user list page at www.mysamplewebsite.com/wp-admin/users.php page .. and if user clicks on it, it should export all the added users in csv or excel format.
i have searched plugins but all are allowing to…

Mittul Chauhan
- 417
- 1
- 6
- 18
0
votes
1 answer
Sharepoint 2013 flowchart workflow custom code
I'am SharePoint 2013 beginner and i have a project where i need to create a workflow (With Visual Studio), so i started my workflow as flowchart workflow then at some point i needed to write custom code (like to get something from DB) but couldn't…

Shadi Mahasneh
- 155
- 2
- 11
0
votes
1 answer
Compare two strings value in rdl file
I need to check the equality of two strings in rdl
file.
The below condition check only both or in Null values. but i need to check the parameter values are equal or not.
The below functions is custom function written in
…

Murugan
- 33
- 8
0
votes
1 answer
Formatting particular text within SSRS
I have two pieces of code that I would like to try to join together:
1.
Public Function DisplayAParameterValue(ByVal parameters as Parameters) as Object
Return parameters("MyParameter").Value
End Function
2.
Function BoldText(Text As String) As…

user2572833
- 146
- 11
0
votes
1 answer
SSRS 2012 custom code - Local update of Shared Dataset values - Is this scenario possible?
Assuming a fairly conventional SSRS 2012 report (in Visual Studio 2012) with a main report, a set of sub-reports, a shared dataset that is populated at the start of the report, and a shared datasource.
Is there any simple way within a sub-report's…

user2996466
- 21
- 7