or
this.textBox6.Value = "{Fields.UserName}\r\nCLIENT SIGN-IN SHEET";this.Filters.Add("=Fields.title", Telerik.Reporting.Data.FilterOperator.NotLike, "%test%");this.Filters.Add("=Fields.title", Telerik.Reporting.Data.FilterOperator.Like, "%test%")
processor.RenderReport(reporter.RenderFormat,this, null).DocumentBytes;(reporter.RenderFormat will be either PDF or HTML. This is also set based on the above said property)
System.Text.UTF8Encoding enc = new System.Text.UTF8Encoding(); lblRecordContent.Text = enc.GetString(value);
),
I have two problems.
1. Page footer section is still shown which is not required in case of HTML view.
<Telerik_ReportViewer_Silverlight:ReportViewer Margin="8" ReportServerUri="../ReportService1.svc" Name="myReportView" Report="Telerik.Reporting.ClassLibrary1, ClassLibrary1.Report1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null"/>