Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing Database for CrystalReportView webform object
Message
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00671726
Message ID:
00671745
Views:
14
I added the reference to the application references, then added the import (I did this in the HTML view, couldn't find where to put it otherwise). Here is what I have from the html view:
<%@ Import Namespace = "Imports CrystalDecisions.Shared" %>
<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.1.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="ScheduledCaseReport.aspx.vb" Inherits="WebApplication2.ScheduledCaseReport"%>
But I still don't get access to the TableLogOnInfo() when I do the:

Dim logOnInfo As New TableLogOnInfo()

Command

Thanks again for any help
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform