yobioo
yobioo

Reputation: 89

No property like "VersionBuild" in SSRS(.rdl)?

It seems that SSRS rdl files don't have a property like "VersionBuild" in SSIS dtsx files.

Is there any property like "VersionBuild" for SSRS? If not, could you let us know how you check and control the versions of rdl files?

Upvotes: 1

Views: 101

Answers (1)

J_P
J_P

Reputation: 781

Unfortunately there isn't a property or a way of having a version control of the SSRS rdls.

One manual way (out of the box) is to create a parameter (text type) in the rdl and use it to keep the version number, but you need to update it every time you modify the rdl.

J_P

Upvotes: 1

Related Questions