保存到Dynamics 365中的报表实体时为空RDL报表

时间:2018-10-02 12:03:30

标签: reporting-services dynamics-crm microsoft-dynamics dynamics-365

我已经在Visual Studio 2015的报表服务器项目中创建了RDL。我只是使用了从Dynamics获取XML并将其作为查询插入RDL中。

    <fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
  <entity name="q_qentity">
    <attribute name="q_jid" />
    <attribute name="q_titlename" />
    <attribute name="q_titlecode" />
    <attribute name="q_surveyid" />
    <attribute name="q_approveddate" />
    <attribute name="q_fiscalyear" />
    <attribute name="q_qentityid" />
    <attribute name="s_type" />
    <attribute name="createdon" />
    <attribute name="createdby" />
    <attribute name="createdonbehalfby" />
    <order attribute="q_jid" descending="false" />
    <filter type="and">
      <condition attribute="q_jid" operator="eq" value="285" />
    </filter>
  </entity>
</fetch>

在Visual Studio上,它运行良好,但是当我将其保存到Reports Entity并尝试运行时,这是我得到的:

enter image description here

由于我在线阅读了共享数据源,因此我也嵌入了数据源。谢谢。

1 个答案:

答案 0 :(得分:0)

尝试从您的实例中下载一个现有的(并且正在运行的)RDL。 修改该RDL(可能是简单的表格报告)并上传为新的报告记录。 如果可行,请使用该RDL作为报告模板。