Prev: Need help with the Reportviewer in .NET
Next: Debugging Custom Assembly SSRS - Failed to load expression host as
From: MarkAurit on 2 Jan 2007 10:45 Has anyone done this? The reportviewer has a SkinID, so its easy enough to specify the skinid in the control - but in my .skn Im unable to create one for the ReportViewer. I tried to create an <asp:ReportViewer> skin but there is no such thing, so I dont know what my skin should look like. Research on newsgroups and online docs dont help. Thanks, Mark
From: Jens Ansorg on 12 Jan 2007 04:03
MarkAurit wrote: > Has anyone done this? The reportviewer has a SkinID, so its easy enough to > specify the skinid in the control - but in my .skn Im unable to create one > for the ReportViewer. I tried to create an <asp:ReportViewer> skin but there > is no such thing, so I dont know what my skin should look like. Research on > newsgroups and online docs dont help. > Thanks, Mark Just experienced the same. I used <rsweb:ReportViewer runat="server" ProcessingMode="Remote" ShowParameterPrompts="False" ShowToolBar="False" SkinId="plainReportViewer" ></rsweb:ReportViewer> But I get an error that rsweb:ReportViewer is not known at runtime Help, please Jens |