Declined
Last Updated: 04 Aug 2014 13:29 by ADMIN
SHELEPOV
Created on: 01 Aug 2014 10:19
Type: Feature Request
2
Telerik.reportdesigner.exe (8.1.14.618) crash with Null reference exception
Telerik.reportdesigner.exe crash with Null reference exception when add new object datasource with "Choose a data source member".
2 comments
ADMIN
Nasko
Posted on: 04 Aug 2014 13:28
Hello Anton,

This is a known bug in the 8.1.14.618 version of Telerik Reporting. In order to fix the issue, please upgrade to the Q2 2014 SP1 (8.1.14.804) version of the Reporting suite.

Note that it is recommended to submit bug reports in the support ticketing system via your Telerik Account and use the ideas and feedback portal for feature requests.
SHELEPOV
Posted on: 01 Aug 2014 10:35
Additionally problem, there is an error opening the report to create a version 8.0.14.507.
These reports contain definitions DataSurtse as follows:

    <ObjectDataSource DataMember="GetData" Name="ReportDataSource">
      <DataSource>
        <ClrType FullName="XXXXXXXX" Assembly="XXXXXXX" />
      </DataSource>
      <Parameters>
        <ObjectDataSourceParameter Name="reportId">
          <DataType>System.String</DataType>
          <Value>
            <String>=Parameters.ReportId.Value</String>
          </Value>
        </ObjectDataSourceParameter>
      </Parameters>
      <DefaultValues>
        <ObjectDataSourceParameter Name="reportId">
          <DataType>System.String</DataType>
        </ObjectDataSourceParameter>
      </DefaultValues>
    </ObjectDataSource>

And the problem disappears if you remove the element:

      <DefaultValues>
        <ObjectDataSourceParameter Name="reportId">
          <DataType>System.String</DataType>
        </ObjectDataSourceParameter>
      </DefaultValues>

Maybe these two issues are linked, because exception type is Null reference exception.
Attached Files: