1: using System; 2: using System.Collections; 3: using System.Configuration; 4: using System.Data; 5: using System.Linq; 6: using System.Web; 7: using System.Web.Security; 8: using System.Web.UI; 9: using System.Web.UI.HtmlControls; 10: using System.Web.UI.WebControls; 11: using System.Web.UI.WebControls.W... 12: using System.Xml.Linq; 13: using Microsoft.Reporting.WebForms; 14: using Rpt = SchoolDistrict.Registration... 15: 16: public partial class Reports_RegistrationReport : System.Web.UI.Page ......
//Add a line number to the .rdlc textbox: use this formula =RowNumber(nothing) //ReportViewer Conditional Formatting of BorderStyle based on whether anything is in the report. =iif(CountRows()=0,"None","... =iif(CountRows()=0,"None","... =iif(CountRows()=0,"None","... //ReportViewer Conditional Formating and showing the Avg if there are rows in the report. =iif(CountRows()=0,"",(Avg(... & "%")) textbox: name: PageXofY ="Page " & Globals.PageNumber & " of ......