Telerik Forums
Reporting Forum
2 answers
152 views
Hi,
I've created crosstab report using designer. In one cell I've added sub-report. Everything works
What's the problem?
If nothing is return height of the cell is the same as height of the sub-report. If I create conditional formatting rule (If no data hide sub-report) I got cells with OK height but without border.
Can I define that cell itself has border or is there a possibility to shrink sub-report conditionally?
In attachment you can see report with conditional hiding of subreport on (noborder.png) and off(border.png)
Draxtor
Top achievements
Rank 2
 answered on 25 Dec 2013
4 answers
560 views
Hello,

I try to use expression to display the Text proprety :

=IIF(Fields.Approuvee = 0,"Non approuvée", null)


But it's not working.   The field seem null.  I try ReportParametrer and it's ok.  I put a textbox to display Fields.Approuvee and I can see it.

Any help will be appreciate.

Have nice Holiday.
Louis
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 24 Dec 2013
1 answer
110 views

The Report Viewer is showing:







Jones



    FirstName                      Position                           Age



     Fred                               Engineer                         45



     Harold                            Janitor                             36



Smith



     FirstName                     Position                            Age



      Sally                             Secretary                         32



      Mary                             Attorney                           33



                         











I want to show this:







Jones -------------------------------------------------------



FirstName: Fred



Position: Engineer



Age: 45







FirstName
: Harold



Position: Janitor



Age: 36







Smith ----------------------------------------------------------



FirstName: Sally



Position: Secretary



Age: 32







FirstName: Mary



Position: Attorney



Age: 33







Notice how those who share the same last name are under the same LastName header.

I want to have a row layout not a column layout.

Is this possible?



Also, how do you page break?  The Report Viewer keeps doing this:



Jones

------------------------------ PAGE BREAK --------------------------

      FirstName                                     Position                                          Age

      Fred                                              Engineer                                         45

      Harold                                           Janitor                                            36  

   



It's splitting my groups up.

Any suggestions?



















 



Stef
Telerik team
 answered on 24 Dec 2013
3 answers
229 views
Dear Support,

We are using Telerik Reporting 2010 Q3 in our application which is hosted on Azure as WebRole (1 instance).
We would like to increase amount of instances, but we faced well know issue with the Session State mode. Our current Session State mode "in-proc", but we would like to remove all dependences from that.

After very deep research I have found that Telerik ReportViewer is using Session State, could you explain me in more details how and why?
Does it means that we can not remove all dependences from the Session State, because Telerik ReportViewer still needs to use it?
We do not want to use "out-proc" Session State mode, since Microsoft Cache service still in preview plus due to some other internal reasons!
Is it possible to display Report without ReportViewer, since it is only ReportViewer needs to use Session State?
We are also considering to keep using "in-proc" SessionState if Telerik Reporting allow to do that with Multiple instances.

Please give me answers as soon as you can, because I am fighting with this already few weeks.

Thank you in advance!

Illia.
Stef
Telerik team
 answered on 24 Dec 2013
1 answer
639 views
Hello,

I have applied a RadDockLayout which includes two RadDockZones. The user can change it's layout which is saved in sqlserver. One of the dock zone includes asp repeater control which includes some divs and some other elements each with float left in css. The other dock zone includes only one RadTextBox.

Now I want to create it's telerik report with the same layout the user has saved also with same design. Can anybody please tell me how would I create such a dynamic report? Also, if possible please provide some sample codes.

Thanks
Nasko
Telerik team
 answered on 24 Dec 2013
3 answers
148 views
Good day,

I have a fully functional website on IIS6, my current task is upgrade it to IIS7.
Everything appears to be working fine other then reporting.

When a report is generated this is the displayed page source code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY>
</
HTML>


After search I found some related issues and solutions that I have implemented and the result was always a blank page.

this is my current web.config
<?xml version="1.0"?>
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
  <configSections>
    <section name="Telerik.Reporting" type="Telerik.Reporting.Processing.Config.ReportingConfigurationSection, Telerik.Reporting, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" allowLocation="true" allowDefinition="Everywhere"/>
  </configSections>
  <appSettings>
    <!-- dev -->
    <add key="accClaimWebConnectionString" value="CME0rJ+FT2AoDEk9a3JomfWpK5by++v/bC/QKsW71l4Y7OUwN65GucGHYSSpX5OY4kePFmod7a8tNUKhHMLrlMGHYSSpX5OYh4ur7tDkswz3viVcWvXPL4f+p3iJSxm/0zB4G9LeBbyIzA5K1JVr266qBUcXhinY/nuHgP34Jz9eZfbwYGm1CN1kgP/gku8hchFZJPC83+jpSlVCC+gMpJJ19rxh0J2dquwCxyYi6aI=" />
<add key="highprivConnectionString" value="CME0rJ+FT2AoDEk9a3JomfWpK5by++v/bC/QKsW71l4Y7OUwN65GucGHYSSpX5OY4kePFmod7a8tNUKhHMLrlMGHYSSpX5OYLQ0Nu12WjplNtwCo/GIg7XShA0JWfY1QdCztZzlI+5/2oE5DgKQ+RxahiwEfToWxgy3YPyOAibhgVJoXqmdzYA4Ub8QxBqUe0eb/nBGm2EkGpQfU4XtI7BRZ3SnH/SMXiH+etDb5kMQ=" />
<add key="rfidConnectionString" value="CME0rJ+FT2AoDEk9a3JomfWpK5by++v/bC/QKsW71l4Y7OUwN65GucGHYSSpX5OY8FTuu4PJq1YtNUKhHMLrlMGHYSSpX5OYBnEhDaY8aef3viVcWvXPLwixSbaArmqno3OHPQSjDPmIzA5K1JVr266qBUcXhinY/nuHgP34Jz9eZfbwYGm1CN1kgP/gku8htF+DHL570NE=" />
    <add key="rfidDatabaseName" value="SysTestAccClaimWebRfid"/>
    <add key="sessionTimeoutLeadTimeMinutes" value="15"/>
  </appSettings>
  <connectionStrings/>
  <system.web>
    <pages validateRequest="false" enableEventValidation="false" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
      <controls>
        <add tagPrefix="ajaxToolkit" namespace="AjaxControlToolkit" assembly="AjaxControlToolkit"/>
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI"/>
        <add tagPrefix="telerik" namespace="Telerik.ReportViewer.WebForms" assembly="Telerik.ReportViewer.WebForms"/>
        <add tagPrefix="msel" namespace="Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet" assembly="Microsoft.Practices.EnterpriseLibrary.Validation.Integration.AspNet"/>
        <add tagPrefix="uc" namespace="Mvac.ServerControls"/>
      </controls>
    </pages>
    <compilation debug="true" targetFramework="4.0">
      <assemblies>
        <add assembly="Telerik.Reporting, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
        <add assembly="Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=A9D7983DFCC261BE"/>
        <add assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
        <add assembly="System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
      </assemblies>
    </compilation>
    <httpHandlers>
      <add path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI"/>
      <add path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>
      <add path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" />
 <add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false"/>
    </httpHandlers>
    <httpModules>
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/>
    </httpModules>
    <authentication mode="Windows"/>
    <identity impersonate="true"/>
        <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
            <error statusCode="403" redirect="NoAccess.htm" />
            <error statusCode="404" redirect="FileNotFound.htm" />
        </customErrors>
    <httpRuntime maxRequestLength="45960"/>
    <!-- executionTimeout (default) is 110s or 1.83m-->
    <sessionState mode="InProc" timeout="60" cookieless="true" regenerateExpiredSessionId="true"/>
  </system.web>
  <system.web.extensions>
    <scripting>
      <!--
      <scriptResourceHandler enableCompression="true" enableCaching="true" />
      -->
    </scripting>
  </system.web.extensions>
  <system.webServer>
    <modules>
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" preCondition="managedHandler"/>
    </modules>
    <handlers>
      <add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2"/>
      <add name="Telerik.Web.UI.SpellCheckHandler.axd_*" path="Telerik.Web.UI.SpellCheckHandler.axd" verb="*" type="Telerik.Web.UI.SpellCheckHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="Telerik.Web.UI.DialogHandler.aspx_*" path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="Telerik.RadUploadProgressHandler.ashx_*" path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="Telerik.Web.UI.WebResource.axd_*" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="ScriptResource.axd_GET,HEAD" path="ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="*_AppService.axd_*" path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="*.asmx_*" path="*.asmx" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv2.0"/>
      <add name="Telerik.ReportViewer.axd_*" path="Telerik.ReportViewer.axd" verb="*" type="Telerik.ReportViewer.WebForms.HttpHandler, Telerik.ReportViewer.WebForms, Version=3.1.9.807, Culture=neutral, PublicKeyToken=a9d7983dfcc261be" preCondition="integratedMode,runtimeVersionv2.0"/>
</handlers>
    <validation validateIntegratedModeConfiguration="false"/>
  </system.webServer>
  <!-- The configSectins element should be the first child element of configuration -->
  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="CSV">
          <Parameters>
            <Parameter name="NoHeader" value="true"/>
            <Parameter name="NoStaticText" value="true"/>
          </Parameters>
        </Extension>
      </Render>
    </Extensions>
  </Telerik.Reporting>
</configuration>

Could someone please assist on this issue?

Thank you,
RC

Stef
Telerik team
 answered on 24 Dec 2013
3 answers
232 views
Hello. If I try to use WPF latest release (1204) and latest Reporting (1016) I have error: Reporting Controls need wpf controls of 1016 version. When will be new Reporting release for latest wpf version?
KS
Top achievements
Rank 1
 answered on 21 Dec 2013
3 answers
282 views
When I install a new version of Visual Studio and the Telerik menu is not there, do I have to reinstall Telerik to get it there or is there a way to copy it from the previous version of Visual Studio to the new version?  This was a side by side install of visual studio, not an upgrade.
Nasko
Telerik team
 answered on 21 Dec 2013
4 answers
266 views
Hi all,

I use db2 database with Odbc data provider and Telerik Report Designer Q3 2013.
I have a table which has a blob data of a picture. When I tried to select it, I take an error  "Unknown SQL type - -98".
I can't find any documentation or solution about it. Can you please help?

Error Screen Shot

Thanks,
Mustafa 
Stef
Telerik team
 answered on 21 Dec 2013
1 answer
105 views
Hello,
I've the following scenario, I've got a collection that's bound to a Report, the report has 4 groups and in the last GroupHeader I've a subreport

I need to group on

ID_FIELD1
ID_FIELD2
ID_FIELD3
ID_FIELD4

I've created the grouping and it seems to work...I've got problem with setting the report source (it's null in the subreport)

I've checked at NeedDataSource of subreport and

private void subReport1_NeedDataSource_1(object sender, EventArgs e)
     {
         var sub = sender as Telerik.Reporting.Processing.SubReport;
 
         var datasource = sub.Report.DataSource; //here data are splitted correctly
        
     }
 in the subreport I always have null

can you please provide me how to fetch the data in the inner source?
Thanks


Nasko
Telerik team
 answered on 21 Dec 2013
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?