Page 1 of 1

Dictionary.Databases: Properties PathData, PathSchema

Posted: Thu Dec 31, 2009 5:59 am
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

Dictionary.Databases: Properties PathData, PathSchema

Posted: Thu Dec 31, 2009 9:05 am
by Edward
Hi

Please try the following:

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

Thank you.

Dictionary.Databases: Properties PathData, PathSchema

Posted: Mon Jan 04, 2010 8:25 am
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.

Dictionary.Databases: Properties PathData, PathSchema

Posted: Mon Jan 04, 2010 10:41 am
by Edward
Hi

You are welcome.

Please let us know if you need any help.

Thank you.