ssrs-2008

User '' does not have required permissions, SSRS 2008 on Windows 8

戏子无情 提交于 2020-01-29 06:39:33
问题 When you try to log into SSRS's root site at http:// (servername)/Reports it displays: User '' does not have required permissions. Verify that sufficient permissions have been granted and Windows User Account Control (UAC) restrictions have been addressed. This is on a 64 bit edition of Windows 8 Pro, running SQL Server 2008 enterprise. Everything should be using the local system as the account of execution. I have tried changing the execution account as my user which is admin, I have added

Count the number of weekdays between two dates in visual basic

送分小仙女□ 提交于 2020-01-21 09:52:10
问题 I'm a SQL guy, but I need a function to calculate the number of weekdays between two dates in VB.NET. I don't need to worry about holidays. My attempts unfortunately have been futile. Much appreciated This will go in custom code in Reporting Service 2008 R2. 回答1: Try this. I modified an existing function that I've been using. This will work in SSRS 2008. Note, that you can also write your code in C#, if you're more comfortable with that, and after deploying it, just reference the assembly

Count the number of weekdays between two dates in visual basic

本秂侑毒 提交于 2020-01-21 09:51:08
问题 I'm a SQL guy, but I need a function to calculate the number of weekdays between two dates in VB.NET. I don't need to worry about holidays. My attempts unfortunately have been futile. Much appreciated This will go in custom code in Reporting Service 2008 R2. 回答1: Try this. I modified an existing function that I've been using. This will work in SSRS 2008. Note, that you can also write your code in C#, if you're more comfortable with that, and after deploying it, just reference the assembly

Count the number of weekdays between two dates in visual basic

微笑、不失礼 提交于 2020-01-21 09:51:03
问题 I'm a SQL guy, but I need a function to calculate the number of weekdays between two dates in VB.NET. I don't need to worry about holidays. My attempts unfortunately have been futile. Much appreciated This will go in custom code in Reporting Service 2008 R2. 回答1: Try this. I modified an existing function that I've been using. This will work in SSRS 2008. Note, that you can also write your code in C#, if you're more comfortable with that, and after deploying it, just reference the assembly

SSRS 2008 - Subreport for each value from multi-valued parameter

▼魔方 西西 提交于 2020-01-21 09:49:29
问题 using SSRS 2008 R2 and wondering, if is possible to generate sub-report for each value selected in multi-valued parameter? Lets imagine you have multi-valued parameter "parameterA" with four values selected (Value1, Value2, Value3 and Value4). I'd like to generate sub-report for each of these values (passing the value as single parameter). Sure, I can change the procedure to handle multi-valued parameter, but because of performance and caching I really don't want to. Thanks for any advice.

SSRS 2008 - Subreport for each value from multi-valued parameter

删除回忆录丶 提交于 2020-01-21 09:49:23
问题 using SSRS 2008 R2 and wondering, if is possible to generate sub-report for each value selected in multi-valued parameter? Lets imagine you have multi-valued parameter "parameterA" with four values selected (Value1, Value2, Value3 and Value4). I'd like to generate sub-report for each of these values (passing the value as single parameter). Sure, I can change the procedure to handle multi-valued parameter, but because of performance and caching I really don't want to. Thanks for any advice.

Using dropdown parameters in SSRS report

北战南征 提交于 2020-01-21 06:27:06
问题 I can see the text box for my data set that having the "select col1 from table name " as query. I want to populate dropdown instead of text box. I have created the parameter for it . what to do? 回答1: In short Right click the parameter Select "Available Values" section Click the "Get values from a query" option Select the appropriate dataset and fields 回答2: My solution: Right click the parameter under the " Report Data " and select " Parameter Properties " Select " Available Values " section

Using dropdown parameters in SSRS report

怎甘沉沦 提交于 2020-01-21 06:26:31
问题 I can see the text box for my data set that having the "select col1 from table name " as query. I want to populate dropdown instead of text box. I have created the parameter for it . what to do? 回答1: In short Right click the parameter Select "Available Values" section Click the "Get values from a query" option Select the appropriate dataset and fields 回答2: My solution: Right click the parameter under the " Report Data " and select " Parameter Properties " Select " Available Values " section

Parameter is missing a value ssrs 2008

吃可爱长大的小学妹 提交于 2020-01-21 02:39:11
问题 I have a parameter of integer datatype which is hidden. When i run the report, report gives me an error Parameter X is missing a value However if i make the parameter visible it works. I tried providing default value of 0 but that does not suffice my requirement as i have sub-report(Drill-dowm) depended on this parameter. Please help. Thanks! 回答1: Make sure that you have not specified Available Values for the parameter. Available Values should be "None" for internal and hidden parameters. 回答2

Hide space between elements of a report

好久不见. 提交于 2020-01-16 00:34:25
问题 I have one report with various subreports. These subreports are within a table cell. When the subreport doesn't have any data available, I hide the components (tables, textbox, charts) in that subreport. However, this creates some blank space and I need to eliminate this space. I already used the properties ConsumeContainerWhiteSpace and KeepTogether , but the blank space is still there. Any suggestions to remove the blank space? 回答1: To hide or show an entire row based on another reports