Print Page | Close Window

ReportDocument.SummaryInfo.Template

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Writing Code
Forum Discription: .NET 2003 programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4616
Printed Date: 24 Apr 2024 at 9:39pm


Topic: ReportDocument.SummaryInfo.Template
Posted By: GlennC
Subject: ReportDocument.SummaryInfo.Template
Date Posted: 24 Oct 2008 at 10:12am
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?
 
 



Replies:
Posted By: andrej81
Date Posted: 29 Jan 2019 at 1:40pm
Any news on that? Thank You


Posted By: kevlray
Date Posted: 30 Jan 2019 at 5:24am
I would contact SAP help on that one.  They probably re-named the property to something else.


Posted By: hilfy
Date Posted: 11 Feb 2019 at 7:06am
Or it may not be available. I would go to https://answers.sap.com/tags/01200314690800000341 on the SAP Community to try to get an answer. Questions in the SAP Crystal Reports tag are read by some of the support folks from SAP and they would probably be able to answer this for you.

-Dell

-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window