or
gridView1.MasterGridViewTemplate.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill; |
gridView1.MasterGridViewTemplate.BestFitColumns(); |
1. We need to show the filtered time in report header.
A textbox added to the position, and assigned to the time string, but empty showed after generation.
2. We need to show empty table when the report query no record, but when i set the datasource to empty IEnumerable<BusinessObject> or null, such error appear as following:
|
<?xml version="1.0" encoding="utf-8"?> |
<StyleSheet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
<StyleRule> |
<Style> |
<BorderStyle> |
<Default>None</Default> |
</BorderStyle> |
</Style> |
<Selectors> |
<StyleSelector> |
<Type>ReportItemBase</Type> |
<StyleName>InfoPanel</StyleName> |
</StyleSelector> |
</Selectors> |
</StyleRule> |
</StyleSheet> |
<%
@ Register assembly="Telerik.ReportViewer.WebForms, Version=2.8.8.925, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" namespace="Telerik.ReportViewer.WebForms" tagprefix="telerik" %>
<
telerik:ReportViewer ID="PDFReportViewer1" runat="server" ></telerik:ReportViewer>
*****Code behind PDFReport.aspx.vb******Me.PDFReportViewer1 = Nothing
*****Compile error*****