Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 28687 articles
Browse latest View live

How to use different parameters for two tables(chart and Table) in one report in SSRS?

$
0
0

Hi,

Here is my requirement, i have 7 parameters in my report(Site,Account,LOB,year,Month,WeekDay and Date_Filter),

and in my report i have one table and one Chart,

my requirement is the table in the report has to show the data for 6 parameters only i.e(Site,Account,LOB,year,Month and WeekDay).so the table has to consider only 6 parameters, and it has ignore the 7th parameter, table should not consider Date_Filter parameter.

And Chart has to consider all 7 parameters.

so, when we preview the report table has to show the data for only 6 parameters and chart has to show the data for all 7 parameters.

if there is a way to get this Please reply me ASAP, it is an urgent requirement.

Thanks in Advance,

Naveen


Dataset Column Filter Within an Expression

$
0
0

I have a shared dataset called "CommAccessEnrollments." Within the dataset there is a column called "On_Net_Off_Net" that will output a value of either "On Net" or "Off Net." Within the same report I have a row of just On Net results and another row with just Off Net results. I made 2 different datasets (from the same shared "CommAccessEnrollments" dataset) with filters on "On_Net_Off_Net" for On Net and Off Net results ("CommAccessEnrollmentsOnNet" and "CommAccessEnrollmentsOffNet"). Instead of having to create two different datasets to derive the on net/off net information, can I define that within the expression?

Here is my existing expression for On Net: =Sum(Fields!M4.Value, "CommAccessEnrollmentOnNet") 

Here is my existing expression for On Net: =Sum(Fields!M4.Value, "CommAccessEnrollmentOffNet") 

Would something like =Sum((Fields!M4.Value, "CommAccessEnrollment") WHERE On_Net_Off_Net = On Net) work?

EDIT:

This expression also does not work:

=Sum(IIF((Fields!ON_NET_OFF_NET.Value, "CommAccessInstallsAll") = "On Net", Sum(Fields!M4.Value, "CommAccessInstallsAll"), 0))

SSRS/Powerview to compare SQL table and excel sheet

$
0
0

I have a SQL table and an excel sheet with some data...

I want to be able to compare the two and find out which Excel rows are missing in the SQL table...

Would it be easier to do this report in SSRS or would it be better to do it in Excel PowerView?

If so how do I go about it?

Thanks in advance for your help...


Dhananjay Rele

Designing beautiful reports (in SSRS or any other system)

Report Subscription fails, shows 'success', specific scenario

$
0
0

I have a report that will run successfully except for one very specific scenario.  Any help or suggestions tracking down this issue would be helpful.

The report is named ProjectsWeeklyReport.rdl and takes a single parameter of a specific user's login account "DOMAIN\username"

  • The report runs successfully in the web regardless of the parameter  (works for all users, including john.doe)
  • The report runs successfully in Report Builder regardless of the parameter (works for all users, including john.doe)
  • The report runs successfully as a subscription with the report included as aMHTML file and a statically-selected parameter EXCEPT for john.doe.  The same report works for all other users selected as the parameter
  • The report runs successfully as a subscription with the report included as aExcel file (instead of an MHTML file) regardless of the statically-selected parameter (works for all users, including john.doe)

To summarize, in order for the report subscription email to fail, these conditions have to be met (otherwise the result is success):
 - Report must have the parameter "DOMAIN\john.doe"
 - Report must NOT be MHTML format in the email

I can see the subscribed report worked according to the ReportExecutionLog in MS SQL.  Is there any reason why the MHTML version of the report subscription would fail to email?  Any reason why it would fail as MHTML but be fine in other formats (PDF & Excel both tested success)

For example, this one was never emailed:

InstanceName:  APPSERVER\@Sharepoint 
ItemPath:  /{73419db6-f0e2-4096-a710-c630e8a26295}/Reports/ProjectsWeeklyReport.rdl 
Username:  DOMAIN\p_sps_app_pool_porta   (App pool account)
Execution ID:  rkciwraxt5cmoi55niw3wx45
RequestType:  Subscription 
Format:  MHTML 
Parameters:   Engineer=DOMAIN%5Cjohn.doe
ItemAction:  Render 
TimeStart:  7/22/2014 4:27:05 PM
TimeEnd:   7/22/2014 4:27:12 PM
TimeDataRetrieval:  1200
TimeProcessing:  75
TimeRendering:   5667
Source:  Live 
Status:  rsSuccess 
ByteCount:  277050 
RowCount:  431 

NOTES:

  • There are no logs in Exchange message tracking of this email ever reaching our servers
  • The Manage Subscriptions page shows the report emailed successfully  "Email sent to.." with the correct timestamp of 7/22 at 4:27 PM

And compare to this one that was successfully emailed:

InstanceName:  APPSERVER\@Sharepoint 
ItemPath:  /{73419db6-f0e2-4096-a710-c630e8a26295}/Reports/ProjectsWeeklyReport.rdl 
Username:  DOMAIN\p_sps_app_pool_porta   (App pool account)
Execution ID:  1yycmuiwc4hzymzuyj1zbc45
RequestType:  Subscription 
Format:  EXCELOPENXML
Parameters:   Engineer=DOMAIN%5Cjohn.doe
ItemAction:  Render 
TimeStart:  7/22/2014 4:21:10 PM
TimeEnd:   7/22/2014 4:21:18 PM
TimeDataRetrieval:  1574 
TimeProcessing:  73 
TimeRendering:   5912
Source:  Live 
Status:  rsSuccess 
ByteCount:  34180
RowCount:  431 


Suggestions of where to look for errors? Troubleshooting ideas?  Anything would be helpful!  Thanks in advance.

Case in where clause gives syntax error

$
0
0

Hi,

I am working on reporting side, when start date and end date is selected the report should display the data between the date range, if  dates are not selected then the report should display all records present in the table.

The below SQL gives syntax error at 1=1:

select  a.PURCH_DOC_DATE from PURCH_SCHED_LINE_FACT a
 where 
 (case when a.CLIENT_ID='0050' then a.PURCH_DOC_DATE
       when a.CLIENT_ID='0057' then a.STATS_DELIV_DATE
       else 1=1
end)
between  '01-01-2014' and '12.12.2014'

Subreport preview issue differences between VS 2008 and VS 2012

$
0
0
I have a report that contains a subreport which source is a report already deployed on the report server.  In VS 2008, when you do a preview the data in the main report displays fine and you get an error on the subreport.  In VS 2012, when you try and do a preview, the entire report displays a processing error.  Why do the VS versions behave differently when it comes to displaying any of the data?  Is there something I can do in VS 2012 to have my main data display?

SSRS 2K5 offers parameters implementation only through subcubes MDX expressions ?

$
0
0

Hi

I use a SSAS cube with several calculated measures as a data source for a report.

Some calculated measures use time dimensions that also must be used as user parameters in the report.

Nevertheless user parameters selection, in some cases these calculated measures need to obtain a non filtered value such us ([Dim Time].[Year-Month-Day].[All], measures.[Quantity])

But when designing the report dataset I find that the parameter functionality is implemented through subcube expressions, but not filter axis.

That's really a problem, because calculated measures cannot realize that are filtered previously by a subcube expressions, and then calculations values are incorrect.

Following with the example, if user select a date member [Dim Time].[Year-Month-Day].[2006-02-16] through parameters, then the calculated measures that use the [All] member returns only the selected subcube output.

Anybody has an idea how to implement this ?

Thanks

Leandro


SSRS 2012 ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application

$
0
0

I have a SSRS installation, I have deployed my connections to, but they fail with title message.  The drivers and ODBC on the box are setup and work fine with 32 bit ODBC conn manager. 
When I run or configure my connections on the site, via the browser, I get errors connecting.
I tried to find which app pool http://server/ReportServer application used, but I am not finding that, so my first ?
How do I find in IIS what app pool SSRS application is using?
I have 2008 server, running SQL 2012 V.S. 2010 and I think I need to enable my app pool to use 32 bit, but cannot figure out which one it uses?  I see default set to 32 bit = true, which I thought would be it.
Can I set my SSRS project to use x86, platform? Like I did with SSIS? 
If so, how?  SSRS and SQL 2012 somewhat new for me. Thanks


Developer MS Reporting Services

Column break in nested matrix

$
0
0

Hi guys,

I created a report of some quality test results containing table with nested matrix for details. I need thesub-matrix to be grouped by row and by column and limit the number of result columns in row (to fit the width of report neatly). I went trough the articles about doing column group break already:

  • http://social.msdn.microsoft.com/Forums/sqlserver/en-US/32f28407-e1ca-457e-92fd-d292e32dde4e/limit-no-of-columns-in-ssrs-matrix-report?forum=sqlreportingservices 
  • http://social.msdn.microsoft.com/Forums/sqlserver/en-US/ea9d795b-8d17-41d2-a1d7-a4069ebb4539/forum-faq-how-do-i-achieve-column-break-in-a-matrix?forum=sqlreportingservices (I have used the 2nd workaround)

My solution without the column count limit feature works perfectly. But when trying to break, the report seems to associate the column groups related to another parent table row, because the number of result grouped columns in row is less or equal to the set number (=4) as follows:

Test type	Test

A		A1

		Parameter	A1-1	A1-2	A1-3	A1-4	// OK - break made after 4 columns of A1
		Min		x	x	x	x
		Max		y	y	y	y          
		Measuredz	z	z	z   
		Parameter	A1-5	A1-6	// OK - break made after test type A1 (?Bug cause: "column count 2 for now")
		Min		x	x
		Max		y	y
		Measured	z	z

		A2

		Parameter	A2-1	// OK - break made after test type A2  (?Bug cause: "column count 3 for now")
		Min		x
		Max		y
		Measured	z

B		B1

		Parameter	B1-1	// Not OK - break already made after 1st column  (?Bug cause: "column count 4 for now:"=>BREAK)
		Min		x
		Max		y 
		Measured	z

		Parameter	B1-2	B1-3	B1-4	// OK - break made after test type B1
		Min		x	x	x
		Max		y	y	y  
		Measured	z	z	z

C		C1

		Parameter	C1-1	C1-2	C1-3	C1-4	// OK - break made after 4 columns of C1
		Min		x	x	x	x
		Max		y	y	y	y 
		Measured	z	z	z	z 

		Parameter	C1-5	C1-6	// OK - break made after test type C1
		Min		x	x
		Max		y	y
		Measured	z	z


I have modified the proposed function script for my purposes - set the reset of ID counter in the header of  parent row test, set the column ID  as concatenation of all level values (test type, test and watched parameter),  played with ordering of data and extra grouping, but with no success.

Does anybody have a suggestion what is going on and how to solve this issue?

Thanks,

Marion

PS: I'm sorry for the table illustration (done the best that I could). As a newbie I'm not allowed to post with picture. 

Edit: Do you need some extra information to help? Does somebody have an idea how to achieve the same design with column break some other way?



How to give page break in SSRS

$
0
0

I am making a very simple report in SSRS (SQL Server 2012). I am trying to do the following:

On page 1 display following text
THIS IS PAGE 1

On page 2 display following text
THIS IS PAGE 2

I added "Text" field in my report in which I have set the value field to "THIS IS PAGE 1". But I can't find any option to add page break after it. How do I give page break?

Select multiply value in Microsoft Report Service

$
0
0

Hi everyone!

I'm inthe process of creatinga report in Microsoft Report Services and I have a one problem. My report is to show max, min, avg temperature inspecified room. I need to make such afiltervalues: when I select one value of parameter (e.g. min temperature) must to show this one value inthe chart and table, when I select two value (e.g. min and max temperature) must to show this two values etc. On the screen is choice values of parameter "Rodzaj wykresu" http://pl.tinypic.com/view.php?pic=f0x9ad&s=8#.U_o4p2OaKyE . I have a problem with Expression. My parameter have a multiply values and when I write sign "=" is error. I have no idea how this show or hidden values...

July TechNet Guru Winners Announced

$
0
0

Below are the results for last month's Guru Competition - TechNet Guru Awards, July 2014

The full version can be found here: http://blogs.technet.com/b/wikininjas/archive/2014/08/19/the-microsoft-technet-guru-awards-july-2014.aspx

We can only show the top three winners below, and images are missing, due to forum post length restrictions, but the link above shows the full version.

A big thank you also to the other authors who did not make the top three of each category.

  

Guru Award BizTalk Technical Guru - July 2014  

Gold Award Winner

 

Steef-Jan WiggersSecuring BizTalk endpoints leveraging Sentinet API Management Part 1Ed Price: "Incredibly epic with great descriptions and diagrams! Another amazing article from Steef-Jan!"
Sandro Pereira: "Again good job Steef-Jan! Makes me want to try Sentinet"
TGN: "Stentinet is a great asset to BizTalk. Thanks for sharing such a great article."

Silver Award Winner

 

Idar HBizTalk Server 2013: How to publish a REST web service with POSTTGN: "Great guide, and welcome to the TechNet Wiki Idar!"
Ed Price: "Wonderfully clear instructions and images on this important topic!"
Sandro Pereira: "A great example."

Bronze Award Winner

 

Murugesan Mari ChettiarBizTalk: Pattern to on-board increasing business partnersTGN: "Well done Murugesan, great article with a lot of good tips!"
Ed Price: "Amazing job on the diagram and orchestrations!"
Sandro Pereira: "A valid pattern, great job Murugesan, but configuration.xml is probably not the best option."

 

Guru Award Forefront Identity Manager Technical Guru - July 2014  

Silver Award Winner

 

Scott EastinHow to Calculate Manager Reference Value from PeopleSoft SQL ViewPG: "This article is not discussing clasic, traditional way of managing reference/manager attribute. Nor is it discussing why the default way of working might fail. Furthermore this article uses multiple un support techniques."
Ed Price: "Good sample that can be applied to other data as well! Because this article received two negative votes,it auto-dropped to Silver. There is an excellent debate about the merit of this unsupported method in the article comments! Thank you to Scott and Peter for adding transparency to this topic!"


 

Guru Award Microsoft Azure Technical Guru - July 2014  

Gold Award Winner

 

Mr XHow to set up Endpoints to Microsoft Azure VMsJH: "Well written with a lot of step-by-step pictures!"
Ed Price: "Another great "How to" from Mr X! Clear instructions and the images help a ton! It would be good to include Azure overview articles and portals in the See Also section. Great job!"

Silver Award Winner

 

Mr XHow to provide a temporary and secure remote access to Microsoft Azure VMsJH: "Great article, especially the recommendations at the beginning."
Ed Price: "There's a lot of great depth in this article! Remote access to Azure VMs is an important topic!"

Bronze Award Winner

 

saramgsilvaDatatable design view for Azure SQL DatabaseEd Price: "Good introduction and the arrows help make it super clear what to look for in the images! Important topic and good conclusion!"
JH: "Short but informative article. It would be useful to mention that some networks (especially corprate networks) block the access to this feature."

 

Guru Award Microsoft Visio Technical Guru - July 2014  

Gold Award Winner

 

Durval RamosReverse Engineering a SQL Server Database using VisioSR: "Blog mentions that the "Demo will use Visio 2013" but that's not correct information. This feature is CUT from Visio 2013 and available till 2010."
AH: "It has good details. I like that it gives step by step process to use Reverse engineering using MS Visio. If Anything if the Author can change the screenshots that are in spanish to englisth that would be great."
Ed Price: "Great article! Durval addressed the issue and updated the article to reference Visio 2010 instead. You can see the conversation in the article comments. It's great to see authors interact in the article comments and make improvements like this!"


 

Guru Award Miscellaneous Technical Guru - July 2014  

Gold Award Winner

 

Durval RamosAutomating a Data Paging using VBA on ExcelEd Price: "Wow! The Introduction is great, there's a ton of information in the "Building" section, the red circles and lines on the images help a ton, a video (in Portuguese), and then the icing parts are the References, See Also, and Other Languages section. Amazing job on this article!"
Richard Mueller: "Great links. A well formatted article."
TGN: "Great article and well explained, I would maybe try to put some effort in to changing the screenshots to english."

Silver Award Winner

 

Mr XHyper-V and DHCP Guard featureRichard Mueller: "Great documentation of a new feature. I like the images."
Ed Price: "Great job on the diagram!"
TGN: "good article, but a short explaination about what the feature do would make it even better!"

Bronze Award Winner

 

Mr XHyper-V and Router Guard featureTGN: "Great article and explaination!"
Ed Price: "Good information and use of images! Great job!"
Richard Mueller: "Great documentation of a new feature."

  

Guru Award SharePoint 2010 / 2013 Technical Guru - July 2014  

Gold Award Winner

 

Dan ChristianHow to setup, configure and test SQL 2012 SP1 SSRS with SharePoint 2013Ed Price: "This article from Dan is amazing! Fantastic job! Great use of images and great explanations along the way!"
Benoît Jester: "Another EXCELLENT article by Dan! A complete guide to install SSRS w/ SharePoint 2013!"

Silver Award Winner

 

Naveen SasiRetreiving Server Date using SharePoint JSOMJinchun Chen: "Interesting solution!"
Ed Price: "Good explanation and good to have the See Also section. It would be nice to have the code broken up more and explained. Good job!"
Benoît Jester: "Thanks for the code,coul be useful!"

Bronze Award Winner

 

Johnathan LightfootWeb Sensitive Files and SharePoint 2010Ed Price: "This is a good article with instructions and images. Thanks for removing the personalization (per the comment from Shanky). It could be improved with headers, a TOC, and a See Also section. The explanations near the top are very helpful!"
Benoît Jester: "Interesting article on "Sensitive Files". Good to know!"
Jinchun Chen: "Nice"


  

Guru Award Small Basic Technical Guru - July 2014  

Gold Award Winner

 

Ed Price - MSFTSmall Basic Survival GuideMichiel Van Hoorn: "Oh the overload!"
RZ: "Very nicely categorized and organized. Way to go!"

Silver Award Winner

 

Nonki TakahashiSmall Basic: Character Set - UnicodeRZ: "Very well explained. I wager that many programmers can't quite explain what's unicode and utf-8 :)"
Michiel Van Hoorn: "Great article on this fundamental element in programming"

Bronze Award Winner

 

Nonki TakahashiSmall Basic: ControlsMichiel Van Hoorn: "Practical topic with good examples"

  

Guru Award SQL BI and Power BI Technical Guru - July 2014  

Gold Award Winner

 

Firdous S -MSFTGetting Started with Forecasting and Hindcasting in Power ViewPT: "Nice demonstration of this functionality using a simple set of data. Well done."
MR: "Some formatting issue - I fixed some issue in blank lines and too large pictures, but it should bulleted points should be fixed better"
RB: "Interesting and thorough walkthrough of the new Forecasting/Hindcasting feature in Power View for Office 365. It's based on an publicly available dataset so you are able to experiment yourself with these features"
NN: "Nice article with very good images"
DB: "Very Interesting"


 

Guru Award SQL Server General and Database Engine Technical Guru - July 2014  

Gold Award Winner

 

Sean GallardyCell Level Encryption With Always On Availability GroupsDB: "Interesting"
Jinchun Chen: "Excellent."
Ed Price: "Wow, great code and depth! The down side is with the personal "blog-like" tone, it's harder to collaborate on a Wiki article. (What if someone adds a section or a link to a similar article on a newer version? Is it still personal?) Anyway, the content is fantastic!"
NN: "Very interesting article"
Samuel Lester: "Great write-up, very informative, and outstanding technique when building up the explanation of the problem."
DRC: "The article contains lot of information and a very clear explanation of each and every steps. It also provides all the necessary links for related topics. An important change which need to be made is : its not Always ON, its AlwaysOn."

Silver Award Winner

 

ShankyHow to Install SQL Server 2012 SP2 on Standalone Instance of SQL ServerNN: "Nice article"
Samuel Lester: "Super informative, this will help a lot of people to walk through the process."
DRC: "<> This article explains the detailed steps of install and uninstall of Service pack. But i'm not sure whether we need such a detailed explanations for applying service pack. <> Considering the number of SP install issues, this article would helpa  lot of users overcome the issue. "
Ed Price: "This is a great "how to" article! It could be improved with a grammar pass. (Feel free to ask me or others in advance so we have time to help.) While this does duplicate some existing Library content, I like how it links to the related articles at the bottom and this does add new depth, which can be very helpful! Another great article!"

 
 

Guru Award System Center Technical Guru - July 2014  

Gold Award Winner

 

Mark ScholmanOrchestrator – Check System Center VM SnapshotsEd Price: "Good explanation, and great image and code formatting! It could benefit from explanations of what the code is doing and from a See Also section that links to related Wiki articles. Great job on this article!"

Silver Award Winner

 

Mr XHow to use Orchestrator to automatically recover Website failures by checking the HTTP status code Ed Price: "What an epic article! Great job on the descriptions, images, and script! In this case, the table really pops for me and helps me understand the scenario better!"

Bronze Award Winner

 

Mr XHow to uninstall or remove SCCM clientEd Price: "Good! Short and sweet. Could benefit from a See Also section. Good job!"


 

Guru Award Transact-SQL Technical Guru - July 2014  

Gold Award Winner

 

Ronen ArielyTransact-SQL: Join OrderEd Price: "Great topic with an amazing use of code snippets and images! I love the Conclusions section and the Resources section is fantastic!"
JS: "Good article, well formatted and a good starting point for someone not being familiar with those pieces."
Samuel Lester: "Great write-up, explanation, and examples! "
Richard Mueller: "Great information on an advanced topic. Well explained with good examples and references."
Jinchun Chen: "Great. " 

Silver Award Winner

 

Naomi NT-SQL: Find the Peak HourSamuel Lester: "Outstanding! Creative solution, nice comment about the importance of a good design, which would have made this a much simpler task. "
Richard Mueller: "An advanced topic using new techniques."
Jinchun Chen: "Nice"
JS: "Please provide the execution plans of you are already comparing the performance results."
Ed Price: "Great Problem Definition and good See Also section! Also, great code formatting! It could benefit from explaining what the code's doing more. Great article!"

Bronze Award Winner

 

Visakh16Get Current Fiscal Year DatesJS: "Please provide the parameter instead to pass IN current_timestamp instead of assuming the getdate() values."
Samuel Lester: "Handy little script to add to your T-SQL developer toolbox! Thanks for sharing!"
Richard Mueller: "I needed better explanation."
Ed Price: "Great topic and great job on the code! Could benefit from more explanation of what's happening in the code, as well as a See Also section. The explanations at the end are very helpful!"

 

Guru Award Visual Basic Technical Guru - July 2014  

Gold Award Winner

 

.paul.Simple_database_LogIn_systemMR: "Great article! Well written. Good note on plain text password. Don't forget to disable controls on hidden panels!"
Ed Price: "Amazing! The formatting is incredibly clean, and great response in the comments by addressing the encryption concern with a great section in the article! It would also be good to have the code sample available on the MSDN Gallery. Fantastic article!"
Richard Mueller: "A very useful article that deserves to win. Could use more comments in the code. The "See Also" should link to other Wiki's."


  

Guru Award Visual C# Technical Guru - July 2014  

Gold Award Winner

 

Eyal ShilonyA Client/Server Application Using Named PipesPeter Laker: "An old technology that is mistakenly overlooked these days. This is a great article that I hope breathes new life into named pipes."
Ed Price: "Great article and topic! Great explanations and code formatting. Could benefit from more explanations of what the code's doing, a See Also section, and an Additional Resources section. Great job! A lot of wonderful depth in this article!"
NN: "Good article"

Silver Award Winner

 

Jaliya UdagedaraWriting a Very Basic Dynamic Query using Expression TreesNN: "Very nice explanation"
Peter Laker: "Brilliant article, well worth the read, thanks Jaliya."
Ed Price: "Fantastic job breaking up and explaining the code snippets. Very easy to follow! Great use of linking to (and leveraging) the MSDN Gallery! This is a great article!"

Bronze Award Winner

 

Ronen ArielyC Sharp: Multi-Types ApplicationEd Price: "Great job on the images, code snippets, and diagram! The Introduction, Case Study, and Resources sections are wonderful! Great article!"
NN: "Very interesting article"
Peter Laker: "A nice overview of some basic differences. Thanks Ronen."


 

Guru Award Wiki and Portals Technical Guru - July 2014  

Gold Award Winner

 

Durval RamosSQL Server 2014 PortalNN: "Great new portal"
Richard Mueller: "A great portal with useful links."
Ed Price: "Great job on this portal! It's very important to have a one-stop shop for articles about the latest versions, including SQL Server 2014!"

Silver Award Winner

 

Dan ChristianHow to add images to your TechNet Wiki articleEd Price: "This is a fantastic end-to-end article, from OneDrive strategies to using tags! Great job on this!"
NN: "Very useful tips"
Richard Mueller: "A very well formatted article, on a useful topic."

  
 

Guru Award Windows Phone and Windows Store Apps Technical Guru - July 2014  

Gold Award Winner

 

saramgsilvaAuthentication using Facebook, Google and Microsoft accounts in Universal Apps using MVVMJH: "Just amazing! Love the amount of code snippets."
Ed Price: "Incredible depth! The flow diagrams and code formatting help a lot. Great Description section!"
Peter Laker: "Excellent and vey useful article from a well respected author."

Silver Award Winner

 

Saad MahmoodExpression Blend - Playing with Sample Data (WPF , Windows Phone)JH: "One of my favorite features when working with XAML. Nice to see an article about it."
Ed Price: "Great formatting and use of images! The final few sections really give a lot of great information! As you see in the comments, Sandro added it to the TechNet Wiki magazine!"
Peter Laker: "I'm sure we have otehr examples of this in the Wiki, but gratefully received anyway!"

Bronze Award Winner

 

SubramanyamRaju.BWP8.0 vs WP8.1 :All about new package.appxmanifest file at beginners levelPeter Laker: "Very useful introduction, nicely presented, thanks!"
JH: "A lot of information and pictures, but needs some reformatting."
Ed Price: "Good content and great use of images! Could benefit from a grammar pass. Good job!"

  
 

Guru Award Windows Presentation Foundation (WPF) Technical Guru - July 2014  

Gold Award Winner

 

Magnus (MM8)WPF: Implementing Custom Authentication And AuthorizationKJ: "good stuff!"
Ed Price: "Great introduction and depth in the code!"
Peter Laker: "Epic post from Magnus. Pleny of code, just enough comment."

Silver Award Winner

 

Andy ONeillThinking outside the box with the AdornerKJ: "good stuff!"
Ed Price: "Wonderful topic! Could benefit from explanations of what the code's doing. Great job!"
Peter Laker: "Excellent article, as always, from Andy! I adore adorners!"


 

Guru Award Windows Server Technical Guru - July 2014  

Gold Award Winner

 

Mr XHow to prevent rogue DHCP servers on your network JM: "This is an excellent article on preventing and detecting rogue DHCP servers, nice work."
Ed Price: "Incredible depth in this article!"
Richard Mueller: "A great Wiki, with good structure and images. A great topic for system administrators."
Philippe Levesque: "I like the article, as it's a problem I seen a lot of time in real life (dhcp rogue)" 

Silver Award Winner

 

Mr XHow to get the HTTP status code for a Website running on a specific Web server using PowershellJM: "This is a good article, thanks again for your contributions."
Ed Price: "Good explanation!"
Richard Mueller: "Very useful code, giving administrators a great tool to monitor their web sites. Credit should be given to Lee Holmes."

Bronze Award Winner

 

Mr XHow to enable and configure DHCP MAC address filteringPhilippe Levesque: "Really good documentation ! "
Richard Mueller: "A very good article. Needs a "See Also" section to reference related Wiki articles."
JM: "This is a good article on how to enable MAC address filtering."
Ed Price: "Good article. I especially love the table!"

 

A huge thank you to EVERYONE who contributed an article to July's competition.

Hopefully we will see you ALL again in August 2014's listings?

 

If you haven't contributed an article for this month, and you think you can create a more useful, clever and better presented wiki article than the winners above,here's your chance! :D

 

Best regards,
Pete Laker

More about the TechNet Guru Awards:






#PEJL

Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to the one and onlyTechNet Wiki, for future generations to benefit from! You'll never get archived again!

If you are a member of any user groups, please make sure you list them in the Microsoft User Groups Portal. Microsoft are trying to help promote your groups, and collating them here is the first step.

going to a folder in the Text Box Properties

$
0
0

Hi,

When I go to "Text Box Properties" ---> "Action"---> "Go to URL", I can write a URL and it works perfectly.

Is there a way I can get there a path or a folder in my network? Such as: Q:\Engineering\NOC\....

I not been able to do it...

How to get the Multiplied value between measure and a dimension base on user selection using dynamically

$
0
0

Hi Experts,

We had developed a cube with the Measures and Dimensions.

I had a requirment as the measures should be muliplied by the currency value of different countries and get me the results.

For Example.

In SSRS report, the user will select "EUR" then the measures should multiply with the EUR based value for the particular month and get the result in the SSRS report. If the user select any other currency value, that should multiply with the measure value and get the result in SSRS report.

How to do that in SSAS Cube.

Thanks
Shashi


SSRS 2012 authentication through forms

$
0
0
Hi All,

I am going through a requirement to configure SSRS reports to actually allow outside domain people, so we took approach of using Forms authentication. 
We created a page in ASPX to connect to AD LDS which works well when we tested in visual studio. 
Now we are trying to use the webpage to configure through SSRS reports. 
So i have update the web.config file in Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer
to include: <authentication mode="Forms" />
<identity impersonate="false" />
and then i changed the rsreportserver.config file to 
<Authentication>
<AuthenticationTypes>
<Custom/>
</AuthenticationTypes>
<RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel>
<RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario>
<EnableAuthPersistence>true</EnableAuthPersistence>
</Authentication>

and i then restarted the SSRS services. 
now when i open the SSRS reports page i get error: 
Help 
Error 
Error







The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. 

Home 


I am sure i am missing something here.
Can you please help to achieve this successfully. Also attached the web.config and rsreportserver.config.
Please suggest what i am missing. 
web.config<?xml version="1.0" encoding="utf-8"?><configuration><system.web><pages validateRequest="false"><controls><add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /></controls></pages><authentication mode="Forms" /><identity impersonate="false" /><compilation defaultLanguage="c#" debug="false" tempDirectory="D:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\RSTempFiles\"><assemblies><clear /><add assembly="ReportingServicesWebServer" /><add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /><add assembly="System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /></assemblies></compilation><trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" /><sessionState mode="Off" /><httpHandlers><add verb="*" path="Reserved.ReportServer" type="Microsoft.ReportingServices.WebServer.ReportServiceHttpHandler, ReportingServicesWebServer" /><add verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /><add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" /></httpHandlers><httpModules><clear /><add name="OutputCache" type="System.Web.Caching.OutputCacheModule" /><add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /><add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" /><add name="PassportAuthentication" type="System.Web.Security.PassportAuthenticationModule" /><add name="RoleManager" type="System.Web.Security.RoleManagerModule" /><add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" /><add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" /><add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" /><add name="Profile" type="System.Web.Profile.ProfileModule" /><add name="ErrorHandlerModule" type="System.Web.Mobile.ErrorHandlerModule, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /></httpModules><globalization requestEncoding="utf-8" responseEncoding="utf-8" /><httpRuntime executionTimeout="9000" /><securityPolicy><trustLevel name="RosettaSrv" policyFile="rssrvpolicy.config" /></securityPolicy><trust level="RosettaSrv" originUrl="" /><webServices><soapExtensionTypes><add type="Microsoft.ReportingServices.WebServer.RsSoapExtension, ReportingServicesWebServer" priority="1" group="1" /></soapExtensionTypes><soapExtensionReflectorTypes><add type="Microsoft.ReportingServices.WebServer.RsSoapExtensionReflector, ReportingServicesWebServer" /></soapExtensionReflectorTypes></webServices></system.web><runtime><alwaysFlowImpersonationPolicy enabled="true" /><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.Interfaces" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="8.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.ProcessingCore" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.ProcessingObjectModel" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.ReportingServices.ProcessingObjectModel" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="9.0.242.0" newVersion="11.0.0.0" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" culture="neutral" /><bindingRedirect oldVersion="10.0.0.0" newVersion="11.0.0.0" /></dependentAssembly><dependentAssembly><assemblyIdentity name="msmgdsrv" publicKeyToken="89845dcd8080cc91" /><codeBase version="9.0.0.0" href="C:\Program Files\Microsoft Analysis Services\AS OLEDB\110\msmgdsrv.dll" /></dependentAssembly></assemblyBinding></runtime></configuration>

rsreportserver.config<Configuration><Dsn>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAFPPYkR/YMESBM1LJJq8HXAQAAAAiAAAAUgBlAHAAbwBy
AHQAaQBuAGcAIABTAGUAcgB2AGUAcgAAAANmAADAAAAAEAAAAB1/k+5ESRm3Kd26XcLitTIAAAAA
BIAAAKAAAAAQAAAAKNUvDAokgS9q2ZBCkLNHb+AAAAA9rCWlUAifc2Xc6EUXIvaBwMrKkD+FTlNI
eHrF7QthXTbyzh8mwp2ZCs5RLdrQk4kk3lQE5+/7x7qUbSvXwWmbxvteCEKC5v1S5SLRF+iQ627A
xWegehtVnmt7aiOLLO/6W1I7irsP/kYpCBfNeZxCAAUD3jc0Uy4Qa6hN4Q898PGVvWI9QMqv/AGT
iGAK+5pdsY/QgMEloL0Z6ZBP7B33Y5shsb6TBRojjzNXyGjduh0yCDG64YL7Vud9u2w4or5BO8HT
5NaAT2WC2LUIAH4/CJfNBUOFy8nBABA2TGe1pRQAAAAi0UZbsGHxwltj6rwfxhONtRpwtg==</Dsn><ConnectionType>Default</ConnectionType><LogonUser></LogonUser><LogonDomain></LogonDomain><LogonCred></LogonCred><InstanceId>MSRS11.MSSQLSERVER</InstanceId><InstallationID>{d64c99e9-ad35-4c89-ac9a-d95674ca6a69}</InstallationID><Add Key="SecureConnectionLevel" Value="0"/><Add Key="DisableSecureFormsAuthenticationCookie" Value="false"/><Add Key="CleanupCycleMinutes" Value="10"/><Add Key="MaxActiveReqForOneUser" Value="20"/><Add Key="DatabaseQueryTimeout" Value="120"/><Add Key="RunningRequestsScavengerCycle" Value="60"/><Add Key="RunningRequestsDbCycle" Value="60"/><Add Key="RunningRequestsAge" Value="30"/><Add Key="MaxScheduleWait" Value="5"/><Add Key="DisplayErrorLink" Value="true"/><Add Key="WebServiceUseFileShareStorage" Value="false"/><!-- <Add Key="ProcessTimeout" Value="150" /> --><!-- <Add Key="ProcessTimeoutGcExtension" Value="30" /> --><!-- <Add Key="WatsonFlags" Value="0x0430" /> full dump--><!-- <Add Key="WatsonFlags" Value="0x0428" /> minidump --><!-- <Add Key="WatsonFlags" Value="0x0002" /> no dump--><Add Key="WatsonFlags" Value="0x0428"/><Add Key="WatsonDumpOnExceptions" Value="Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException,Microsoft.ReportingServices.ReportProcessing.UnhandledReportRenderingException"/><Add Key="WatsonDumpExcludeIfContainsExceptions" Value="System.Threading.ThreadAbortException,System.Web.UI.ViewStateException,System.OutOfMemoryException,System.Web.HttpException,System.IO.IOException,System.IO.FileLoadException,Microsoft.SharePoint.SPException,Microsoft.ReportingServices.WmiProvider.WMIProviderException"/><URLReservations><Application><Name>ReportServerWebService</Name><VirtualDirectory>ReportServer</VirtualDirectory><URLs><URL><UrlString>http://+:80</UrlString><AccountSid>S-1-5-21-1905169256-1362042593-2789336069-3489</AccountSid><AccountName>cokeonena\sec_sql_reporting</AccountName></URL></URLs></Application><Application><Name>ReportManager</Name><VirtualDirectory>CONA_SEC_SSRS</VirtualDirectory><URLs><URL><UrlString>http://+:80</UrlString><AccountSid>S-1-5-21-1905169256-1362042593-2789336069-3489</AccountSid><AccountName>cokeonena\sec_sql_reporting</AccountName></URL></URLs></Application></URLReservations><Authentication><AuthenticationTypes><Custom/></AuthenticationTypes><RSWindowsExtendedProtectionLevel>Off</RSWindowsExtendedProtectionLevel><RSWindowsExtendedProtectionScenario>Proxy</RSWindowsExtendedProtectionScenario><EnableAuthPersistence>true</EnableAuthPersistence></Authentication><Service><IsSchedulingService>True</IsSchedulingService><IsNotificationService>True</IsNotificationService><IsEventService>True</IsEventService><PollingInterval>10</PollingInterval><WindowsServiceUseFileShareStorage>False</WindowsServiceUseFileShareStorage><MemorySafetyMargin>80</MemorySafetyMargin><MemoryThreshold>90</MemoryThreshold><WorkingSetMaximum>7000000</WorkingSetMaximum><WorkingSetMinimum>2400000</WorkingSetMinimum><RecycleTime>720</RecycleTime><MaxAppDomainUnloadTime>30</MaxAppDomainUnloadTime><MaxQueueThreads>0</MaxQueueThreads><UrlRoot></UrlRoot><UnattendedExecutionAccount><UserName></UserName><Password></Password><Domain></Domain></UnattendedExecutionAccount><PolicyLevel>rssrvpolicy.config</PolicyLevel><IsWebServiceEnabled>True</IsWebServiceEnabled><IsReportManagerEnabled>True</IsReportManagerEnabled><FileShareStorageLocation><Path></Path></FileShareStorageLocation></Service><UI><CustomAuthenticationUI><loginUrl>/Pages/UILogon.aspx</loginUrl><UseSSL>False</UseSSL><PassThroughCookies><PassThroughCookie>cookiename1</PassThroughCookie><PassThroughCookie>cookiename2</PassThroughCookie></PassThroughCookies></CustomAuthenticationUI><ReportServerUrl>http://cwssrs001/CONA_SEC_SSRS/Pages/Folder.aspx</ReportServerUrl></UI><Extensions><Delivery><Extension Name="Report Server FileShare" Type="Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareProvider,ReportingServicesFileShareDeliveryProvider"><MaxRetries>3</MaxRetries><SecondsBeforeRetry>900</SecondsBeforeRetry><Configuration><FileShareConfiguration><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension><RenderingExtension>NULL</RenderingExtension><RenderingExtension>RGDI</RenderingExtension></ExcludedRenderFormats></FileShareConfiguration></Configuration></Extension><Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,ReportingServicesEmailDeliveryProvider"><MaxRetries>3</MaxRetries><SecondsBeforeRetry>900</SecondsBeforeRetry><Configuration><RSEmailDPConfiguration><SMTPServer></SMTPServer><SMTPServerPort></SMTPServerPort><SMTPAccountName></SMTPAccountName><SMTPConnectionTimeout></SMTPConnectionTimeout><SMTPServerPickupDirectory></SMTPServerPickupDirectory><SMTPUseSSL></SMTPUseSSL><SendUsing>2</SendUsing><SMTPAuthenticate></SMTPAuthenticate><From></From><EmbeddedRenderFormats><RenderingExtension>MHTML</RenderingExtension></EmbeddedRenderFormats><PrivilegedUserRenderFormats></PrivilegedUserRenderFormats><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension><RenderingExtension>NULL</RenderingExtension><RenderingExtension>RGDI</RenderingExtension></ExcludedRenderFormats><SendEmailToUserAlias>True</SendEmailToUserAlias><DefaultHostName></DefaultHostName><PermittedHosts></PermittedHosts></RSEmailDPConfiguration></Configuration></Extension><Extension Name="Report Server DocumentLibrary" Type="Microsoft.ReportingServices.SharePoint.SharePointDeliveryExtension.DocumentLibraryProvider,ReportingServicesSharePointDeliveryExtension"><MaxRetries>3</MaxRetries><SecondsBeforeRetry>900</SecondsBeforeRetry><Configuration><DocumentLibraryConfiguration><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension><RenderingExtension>NULL</RenderingExtension><RenderingExtension>RGDI</RenderingExtension></ExcludedRenderFormats></DocumentLibraryConfiguration></Configuration></Extension><Extension Name="NULL" Type="Microsoft.ReportingServices.NullDeliveryProvider.NullProvider,ReportingServicesNullDeliveryProvider"/></Delivery><DeliveryUI><Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailDeliveryProviderControl,ReportingServicesEmailDeliveryProvider"><DefaultDeliveryExtension>True</DefaultDeliveryExtension><Configuration><RSEmailDPConfiguration><DefaultRenderingExtension>MHTML</DefaultRenderingExtension></RSEmailDPConfiguration></Configuration></Extension><Extension Name="Report Server FileShare" Type="Microsoft.ReportingServices.FileShareDeliveryProvider.FileShareUIControl,ReportingServicesFileShareDeliveryProvider"/></DeliveryUI><Render><Extension Name="XML" Type="Microsoft.ReportingServices.Rendering.DataRenderer.XmlDataReport,Microsoft.ReportingServices.DataRendering"/><Extension Name="NULL" Type="Microsoft.ReportingServices.Rendering.NullRenderer.NullReport,Microsoft.ReportingServices.NullRendering" Visible="false"/><Extension Name="CSV" Type="Microsoft.ReportingServices.Rendering.DataRenderer.CsvReport,Microsoft.ReportingServices.DataRendering"/><Extension Name="ATOM" Type="Microsoft.ReportingServices.Rendering.DataRenderer.AtomDataReport,Microsoft.ReportingServices.DataRendering" Visible="false"/><Extension Name="PDF" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.PDFRenderer,Microsoft.ReportingServices.ImageRendering"/><Extension Name="RGDI" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.RGDIRenderer,Microsoft.ReportingServices.ImageRendering" Visible="false"/><Extension Name="HTML4.0" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.Html40RenderingExtension,Microsoft.ReportingServices.HtmlRendering" Visible="false"><Configuration><DeviceInfo><DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing></DeviceInfo></Configuration></Extension><Extension Name="MHTML" Type="Microsoft.ReportingServices.Rendering.HtmlRenderer.MHtmlRenderingExtension,Microsoft.ReportingServices.HtmlRendering"><Configuration><DeviceInfo><DataVisualizationFitSizing>Approximate</DataVisualizationFitSizing></DeviceInfo></Configuration></Extension><Extension Name="EXCEL" Type="Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering" Visible="false"/><Extension Name="EXCELOPENXML" Type="Microsoft.ReportingServices.Rendering.ExcelOpenXmlRenderer.ExcelOpenXmlRenderer,Microsoft.ReportingServices.ExcelRendering"/><Extension Name="RPL" Type="Microsoft.ReportingServices.Rendering.RPLRendering.RPLRenderer,Microsoft.ReportingServices.RPLRendering" Visible="false" LogAllExecutionRequests="false"/><Extension Name="IMAGE" Type="Microsoft.ReportingServices.Rendering.ImageRenderer.ImageRenderer,Microsoft.ReportingServices.ImageRendering"/><Extension Name="WORD" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordDocumentRenderer,Microsoft.ReportingServices.WordRendering" Visible="false"/><Extension Name="WORDOPENXML" Type="Microsoft.ReportingServices.Rendering.WordRenderer.WordOpenXmlRenderer.WordOpenXmlDocumentRenderer,Microsoft.ReportingServices.WordRendering"/></Render><Data><Extension Name="SQL" Type="Microsoft.ReportingServices.DataExtensions.SqlConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SQLAZURE" Type="Microsoft.ReportingServices.DataExtensions.SqlAzureConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SQLPDW" Type="Microsoft.ReportingServices.DataExtensions.SqlDwConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="OLEDB" Type="Microsoft.ReportingServices.DataExtensions.OleDbConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="OLEDB-MD" Type="Microsoft.ReportingServices.DataExtensions.AdoMdConnection,Microsoft.ReportingServices.DataExtensions"/><Extension Name="ORACLE" Type="Microsoft.ReportingServices.DataExtensions.OracleClientConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="ODBC" Type="Microsoft.ReportingServices.DataExtensions.OdbcConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/><Extension Name="XML" Type="Microsoft.ReportingServices.DataExtensions.XmlDPConnection,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SHAREPOINTLIST" Type="Microsoft.ReportingServices.DataExtensions.SharePointList.SPListConnection,Microsoft.ReportingServices.DataExtensions"/><Extension Name="SAPBW" Type="Microsoft.ReportingServices.DataExtensions.SapBw.SapBwConnection,Microsoft.ReportingServices.DataExtensions.SapBw"/><Extension Name="ESSBASE" Type="Microsoft.ReportingServices.DataExtensions.Essbase.EssbaseConnection,Microsoft.ReportingServices.DataExtensions.Essbase"/><Extension Name="TERADATA" Type="Microsoft.ReportingServices.DataExtensions.TeradataConnectionWrapper,Microsoft.ReportingServices.DataExtensions"/></Data><SemanticQuery><Extension Name="SQL" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MSSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>False</EnableMathOpCasting></Configuration></Extension><Extension Name="SQLAZURE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MSSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>False</EnableMathOpCasting></Configuration></Extension><Extension Name="SQLPDW" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQLADW.MSSqlAdwSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>False</EnableMathOpCasting></Configuration></Extension><Extension Name="ORACLE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Oracle.OraSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>True</EnableMathOpCasting><DisableNO_MERGEInLeftOuters>False</DisableNO_MERGEInLeftOuters><EnableUnistr>False</EnableUnistr><DisableTSTruncation>False</DisableTSTruncation></Configuration></Extension><Extension Name="TERADATA" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Teradata.TdSqlSQCommand,Microsoft.ReportingServices.SemanticQueryEngine"><Configuration><EnableMathOpCasting>True</EnableMathOpCasting><ReplaceFunctionName>oREPLACE</ReplaceFunctionName></Configuration></Extension><Extension Name="OLEDB-MD" Type="Microsoft.AnalysisServices.Modeling.QueryExecution.ASSemanticQueryCommand,Microsoft.AnalysisServices.Modeling"/></SemanticQuery><ModelGeneration><Extension Name="SQL" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MsSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="SQLAZURE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.MSSQL.MsSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="ORACLE" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Oracle.OraSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="TERADATA" Type="Microsoft.ReportingServices.SemanticQueryEngine.Sql.Teradata.TdSqlModelGenerator,Microsoft.ReportingServices.SemanticQueryEngine"/><Extension Name="OLEDB-MD" Type="Microsoft.AnalysisServices.Modeling.Generation.ModelGeneratorExtention,Microsoft.AnalysisServices.Modeling"/></ModelGeneration><Security><Extension Name="Forms" Type="Microsoft.Samples.ReportingServices.CustomSecurity.Authorization, Microsoft.Samples.ReportingServices.CustomSecurity"><Configuration><AdminConfiguration><UserName>username</UserName></AdminConfiguration></Configuration></Extension></Security><Authentication><Extension Name="Forms" Type="Microsoft.Samples.ReportingServices.CustomSecurity.AuthenticationExtension, Microsoft.Samples.ReportingServices.CustomSecurity"/></Authentication><EventProcessing><Extension Name="SnapShot Extension" Type="Microsoft.ReportingServices.Library.HistorySnapShotCreatedHandler,ReportingServicesLibrary"><Event><Type>ReportHistorySnapshotCreated</Type></Event></Extension><Extension Name="Timed Subscription Extension" Type="Microsoft.ReportingServices.Library.TimedSubscriptionHandler,ReportingServicesLibrary"><Event><Type>TimedSubscription</Type></Event></Extension><Extension Name="Cache Refresh Plan Extension" Type="Microsoft.ReportingServices.Library.CacheRefreshPlanHandler,ReportingServicesLibrary"><Event><Type>RefreshCache</Type></Event></Extension><Extension Name="Cache Update Extension" Type="Microsoft.ReportingServices.Library.ReportExecutionSnapshotUpdateEventHandler,ReportingServicesLibrary"><Event><Type>SnapshotUpdated</Type></Event></Extension></EventProcessing></Extensions><MapTileServerConfiguration><MaxConnections>2</MaxConnections><Timeout>10</Timeout><AppID>(Default)</AppID><CacheLevel>Default</CacheLevel></MapTileServerConfiguration></Configuration>



Unable to see options in reporting services with admin account

$
0
0


I have sysadmin access to the sql server but i am unable to access the reports which i am using earlier. recently i have updated the server sp4 on current sql sever 2005.

how to re-enable the  access to the reporting server. please help me.

How get value from first cell and last cell for each row

$
0
0

Hi everybody,

I have a problem with the next tablix. I need get the first cell value and the last cell value from all the rows for get the percent

for example:

FirstCell.Value / LastCell.Value = %

I don't have any idea to do this. Maybe somebody could help me.


Si se solucionó tu consulta no olvides marcar la respuesta de esta forma mantendremos el orden en el Foro.

José Carlos Barba Gutierrez
Lima - Perú
Saludos

Changing the position of loading image in SSRS report viewer

$
0
0

Hello all,

Is there a way to change the position of loading image in report viewer ? It's always located at center of the report, but I want to reposition that image to top.

Thanks in advance

Vertical alignment set Top, but displays Middle alignment

$
0
0

Hi All:

 

In the detail line of my table, I have set the whole row as VerticalAlign to Top.  In the rdl xml the default vertical align attribute is Top, so it does not set the attribute in the rdl xml.  In preview and report manager the report looks fine.  Using a ReportViewer control in a web app one field displays Middle alignment.  Viewing the rendered html is an eye opening experience.  In report manager it declares styles as follows:

.r11{WIDTH:100%;overflow-x:hidden}

and its cell entry like the following:

<TD class="a110"><DIV class="r11">280000</DIV></TD>

But viewing it for reportviewer control, it has tons of inline style in the table cell.  All table cells have "vertical-align:Top;", except for the cell in question.  It seem that in html the default valign value in a table is middle.  Thus since vertical-align style is missing it defaluts to middle.

 

Any suggestion or work arounds? 

Viewing all 28687 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>