In the development environment, if you go to "File-->Summary Info" then you open a window titled "Document Properties". There, you can set Author, Comments, Keywords, Title, Subject, and Template.
In a C# application, if you load a report file into a ReportDocument object, you can look into .SummaryInfo.Author, .SummaryInfo.Comments, ... but not .SummaryInfo.Template.
I need to get to that propery. The original author of the reports put vital information into that "Template" field. I need to retrieve that info when the user selects the report.
This field used to be available to us in the C++ world. Now, in C#, it seems to be missing. I just can't find a way to access that.
Does anyone know a way to get it?