None of the examples I have are working...
I'm trying to open a report in CE via RAS.
My VB.Net keeps failing on this statement:
m_crReportClientDoc = m_crReportAppFactory.OpenDocument(Report)
It says m_crReportAppFactory doesn't have OpenDocument. According to the examples I have m_crReportAppFactory defined above using:
m_crReportAppFactory = IStore.EnterpriseSession.GetService("", "RASReportFactory"
This statement sets m_crReportAppFactory as a service and not a ReportAppFactory like the examples lead me to believe it should be.
If anyone can help I'd be very happy...Also, if anyone can point me to some good documentation on using RAS with .Net with CE...
Thanks,
Erin
I'm trying to open a report in CE via RAS.
My VB.Net keeps failing on this statement:
m_crReportClientDoc = m_crReportAppFactory.OpenDocument(Report)
It says m_crReportAppFactory doesn't have OpenDocument. According to the examples I have m_crReportAppFactory defined above using:
m_crReportAppFactory = IStore.EnterpriseSession.GetService("", "RASReportFactory"
This statement sets m_crReportAppFactory as a service and not a ReportAppFactory like the examples lead me to believe it should be.
If anyone can help I'd be very happy...Also, if anyone can point me to some good documentation on using RAS with .Net with CE...
Thanks,
Erin