Monthly Archives: December 2011
Using ReportViewer in ASP.NET 4.0 and Entity Framework
To bind a data source to a reportviewer: Add this line after <%@ Page … , <%@ Register Assembly=”Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” Namespace=”Microsoft.Reporting.WebForms” TagPrefix=”rsweb” %> … <rsweb:ReportViewer ID=”ReportName” BorderStyle=”Solid” BorderColor=”Gray” BorderWidth=”1px” runat=”server” Font-Names=”Verdana” Font-Size=”8pt” InteractiveDeviceInfos=”(Collection)” WaitMessageFont-Names=”Verdana” WaitMessageFont-Size=”14pt” Width=”100%” Height=”470px”> <LocalReport … Continue reading
CodeSmith: Software Development Tool
CodeSmith is a software development tool to help you get your job done faster. Technically speaking it is a template driven source code generator that automates the creation of common application source code for any language (C#, Java, VB, PHP, … Continue reading