Skip to content

DataSet Mapping With In Reprots #23

@B0R1K

Description

@B0R1K

Some times the name of DataSet in Report doesn't match Define SharedDataSet Name.

In order to avoid deploying same SharedDateSet multiple times with different Name,
need a way to map them per Report.
This can also happen if same SharedDataSet is used multiple times in same report.

<Report Name="ReprotR">
  <Path>report.rdl</Path>
  <DateSetMap>
       <DataSet Name="DataSetA" Reference="DataSet1" />
       <DataSet Name="DataSetB" Reference="DataSet2" />
  </DateSetMap>
</Report>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions