by Sandesh | Jul 17, 2016 | Sharepoint
CSV Pipe export option is not available for default installation of SSRS sharepoint integration mode setup. To enable this option you should edit the configuration file. If you have the multiple WFE server then you have to apply fix on all server. Below script will...
by Sandesh | Jul 12, 2016 | SQL
Sharepoint integrated SSRS is not displaying Email option in delivery extension dropdown, You should configure the below configuration from SSRS Service application from central admin. Go to SSRS service application and click on manage. Then navigate to “E –...
by Sandesh | Jul 5, 2016 | Javascript
Source code to get the server time from client side JavaScript code in asp.net or SharePoint application. Below sample code can be modified based on requirement. <script type=”text/javascript”> //Users time var timeLocal = new Date();...
by Sandesh | Feb 28, 2015 | .Net
What are the Access Modifiers in C# ? Different Access Modifier are – Public, Private, Protected, Internal, Protected Internal Public – When a method or attribute is defined as Public , It can be accessed from any code in project. For example in the above Class...
by Sandesh | Aug 27, 2014 | Sharepoint
Understanding the Sharepoint 2013 search components in details. Understanding the below components are helps to configure scalable search implementations. Search component name Description Server Crawl component Crawls content sources to collect crawled properties and...