From: MarkAurit on
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
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