Monday, January 21, 2013

If sharepoint site has FBA or mixed mode authentication, then Report Builder can be temporarily used with and extended URL mapped to that site

A report model can be created using SSRS development studio which has shared data source and this data source can be used by multiple reports.

Deploy report model
http://msdn.microsoft.com/en-us/library/ms159695(v=sql.105).aspx

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...