I would like to add my own logos, fonts and layouts so the Report Manager
user interfaces better fits in with our site. Is this possible by editing
HTML templates or style sheets?
Thanks,
SteveTry to get your hands on Hitchhiker's guide to SQL server Reporting services
book , it will show you the lot i.e how to customise the RS interface etc...
alternatively visit http://www.sqlreportingservices.net
hope it helps!
"Stephen Walch" wrote:
> I would like to add my own logos, fonts and layouts so the Report Manager
> user interfaces better fits in with our site. Is this possible by editing
> HTML templates or style sheets?
> Thanks,
> Steve
>
>|||Customizing the Report Manager user interface is not
supported although The file \Microsoft SQL
Server\MSSQL\ReportingServices\ReportManager\Styles\Repor
tingServices.css allows some changes but this was not a
design goal it can't be guaranteed to be easy to
understand and not everything was exposed.
If you want to change the reporting services site name
displayed in Report Manager you can modify that on
Report Manager's site settings page.
Sincerely,
William Wang
Microsoft Online Partner Support
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from your issue.
This posting is provided "AS IS" with no warranties, and
confers no rights.
--
>From: "Stephen Walch" <swalch@.online.nospam>
>Subject: Is it possible to customize the Report Manager
user interface?
>Date: Sun, 27 Feb 2005 17:41:58 -0500
>Lines: 9
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
>X-RFC2646: Format=Flowed; Original
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
>Message-ID: <#Bk3N2RHFHA.3928@.TK2MSFTNGP09.phx.gbl>
>Newsgroups: microsoft.public.sqlserver.reportingsvcs
>NNTP-Posting-Host: 69-164-66-20.lndnnh.adelphia.net
69.164.66.20
>Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.
phx.gbl!TK2MSFTNGP09.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.sqlserver.reportingsvcs:44052
>X-Tomcat-NG: microsoft.public.sqlserver.reportingsvcs
>I would like to add my own logos, fonts and layouts so
the Report Manager
>user interfaces better fits in with our site. Is this
possible by editing
>HTML templates or style sheets?
>Thanks,
>Steve
>
>|||You can write your own. Start with the ReportViewer sample included with
RS.
--
Cheers,
'(' Jeff A. Stucker
\
Business Intelligence
www.criadvantage.com
---
"Stephen Walch" <swalch@.online.nospam> wrote in message
news:%23Bk3N2RHFHA.3928@.TK2MSFTNGP09.phx.gbl...
>I would like to add my own logos, fonts and layouts so the Report Manager
> user interfaces better fits in with our site. Is this possible by editing
> HTML templates or style sheets?
> Thanks,
> Steve
>
Showing posts with label interface. Show all posts
Showing posts with label interface. Show all posts
Friday, March 23, 2012
Monday, March 19, 2012
Is it possible to access query designer through an interface?
Is it possible to access query designer through an interface like sqldmo?
Thanks
KurtMay be using SQL-NS (SQL Namespace API). It let you to invoke the create vie
w
wizrd used in enterprise manager.
Example:
Dim NSO As SQLNS.SQLNamespaceObject
...
NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
...
http://www.microsoft.com/resources/... />
c3561.mspx
AMB
"Kurt" wrote:
> Is it possible to access query designer through an interface like sqldmo?
> Thanks
> Kurt|||No that doesn't work.
"Alejandro Mesa" wrote:
> May be using SQL-NS (SQL Namespace API). It let you to invoke the create v
iew
> wizrd used in enterprise manager.
>
> Example:
> Dim NSO As SQLNS.SQLNamespaceObject
> ...
> NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
> ...
> http://www.microsoft.com/resources/...>
0/c3561.mspx
>
> AMB
> "Kurt" wrote:
>
Thanks
KurtMay be using SQL-NS (SQL Namespace API). It let you to invoke the create vie
w
wizrd used in enterprise manager.
Example:
Dim NSO As SQLNS.SQLNamespaceObject
...
NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
...
http://www.microsoft.com/resources/... />
c3561.mspx
AMB
"Kurt" wrote:
> Is it possible to access query designer through an interface like sqldmo?
> Thanks
> Kurt|||No that doesn't work.
"Alejandro Mesa" wrote:
> May be using SQL-NS (SQL Namespace API). It let you to invoke the create v
iew
> wizrd used in enterprise manager.
>
> Example:
> Dim NSO As SQLNS.SQLNamespaceObject
> ...
> NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
> ...
> http://www.microsoft.com/resources/...>
0/c3561.mspx
>
> AMB
> "Kurt" wrote:
>
Subscribe to:
Posts (Atom)