Dictionary.Databases: Properties PathData, PathSchema

Stimulsoft Reports.NET discussion
Post Reply
jmhb
Posts: 10
Joined: Fri Sep 04, 2009 7:35 am
Location: Germany

Dictionary.Databases: Properties PathData, PathSchema

Post by jmhb »

Hi Folks,

how do I get access to the properties PathData and PathSchema at runtime?
I need this information to decide whether a new datasource and/or schema
has to be assigned.

Best regards
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Dictionary.Databases: Properties PathData, PathSchema

Post by Edward »

Hi

Please try the following:

(report.Dictionary.Databases["XmlDatabaseName"] as StiXmlDatabase).PathData

Thank you.
jmhb
Posts: 10
Joined: Fri Sep 04, 2009 7:35 am
Location: Germany

Dictionary.Databases: Properties PathData, PathSchema

Post by jmhb »

Hi Edward,

this works fine. Thank you very much for your quick response.

Best regards
Edward wrote:Hi

Please try the following:

(report.Dictionary.Databases["XmlDatabaseName"] as StiXmlDatabase).PathData

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Dictionary.Databases: Properties PathData, PathSchema

Post by Edward »

Hi

You are welcome.

Please let us know if you need any help.

Thank you.
Post Reply