We have DNN 4.5.3 running on a W2K3x64 and attempting to use the Reporting Service Visualizer. We've developed a report in Business Intelligence Development Studio which builds completely. We have loaded an instance of the Report Module 4.5.2. We're unfamiliar with the Module's Report Setting. These are the present settings
Visualizer = Expermential Reporting Service Visualizer
Height = 200
Local Report - selected
Data Source Name= the dataset used in the report
Report Files = Directory and Files name of a copy of the report loaded with file manager from the BIDS project folder.
The report does not render and an error message appears
- Report 'SalesInvoices' contains external images. The EnableExternalImages property has not been set for this report.
How do we set this property?
Additionally there is an exception in the Event Viewer which reports
AssemblyVersion: 04.05.03
PortalID: 0
PortalName: Reprt R US Development
UserID: 3
UserName: Incredible Super Dave
ActiveTabID: 36
ActiveTabName: Home
RawURL: /Home/tabid/36/ctl/Module/ModuleId/380/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://blah.blah.goalnet/Home/tabid/36/ctl/Module/ModuleId/380/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 8176c206-6d50-49fc-ac73-8e3fdd2e5af2
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Security.Permissions.Controls.ModulePermissionsGrid.GetUsers
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.at DotNetNuke.Security.Permissions.Controls.ModulePermissionsGrid.GetUsers()at DotNetNuke.Security.Permissions.Controls.PermissionsGrid.CreateChildControls()at System.Web.UI.Control.EnsureChildControls()at System.Web.UI.Control.FindControl(String id, Int32 pathOffset)at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace ---
Source:
Any suggestions or comments would be appreciated.