Check if (rdlc) layout file was found for a report #1126
ChristianHovenbitzer
started this conversation in
New Rule
Replies: 2 comments
|
Not only checking if it is a valid xml. Checking against the schema would be more complex (versioning) but results would be more reliable. As an extension, it would also be great if it could be checked whether a field exists in all referencing reports for each data field in the rdlc. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How about a rule to check if a rdlc, word or excel file for a report is found, maybe also check if the rdlc is of a valid xml format. My initial idea was for CI pipelines to check if the rldc file is still a valid xml even after submitting merge conflicts, but I think a small rule to check if the specified file exists also makes sense.
Including paths:
RDLCLayout,WordLayout,ExcelLayoutproperties on the reportDefaultRenderingLayoutand every layout inrenderingAll reactions