Groups | Blog | Home
all groups > sql server reporting services > july 2004 >

sql server reporting services : Example with image


Ivan
7/19/2004 3:40:01 PM
Hi,
Is there example what gets image form custom code or from custom assembly as Byte() ( reading from file, etc ), what works correctly in Report Manager ?
Thanks.
Ivan
7/19/2004 4:15:02 PM
Robert Bruckner [MSFT]
7/19/2004 9:23:46 PM
FYI: Visual Studio 2005 Beta 1 (download from
http://lab.msdn.microsoft.com/vs2005/) contains a nice command line tool
related to code access security: PermCalc. After installation it is located
at \Program Files\Microsoft Visual Studio 8\Common7\IDE\Permcalc.exe

PermCalc estimates all necessary security permissions that must be granted
for every dll entrypoint in order to avoid security exceptions at runtime.
This estimation is done by performing static IL analysis. Permcalc is also
integrated into the VS Whidbey UI. In order to get the list of necessary
permissions for all custom assembly entry points, you would just run e.g.
permcalc -progress -library CustomAssembly.dll

Therefore you can more easily identify which missing security permission
asserts and grants cause the execution of custom assemblies to fail. Note:
PermCalc can even analyze dlls compiled with older versions of the .NET
Framework (e.g. VS 2003).

--
Robert M. Bruckner
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Marty
10/4/2004 6:03:02 AM
I have created an employee scorecard report that is populated through
choosing a parameter. Now when an employee is chosen from the list his data
will show on the report and I need to show their picture. The pictures are
stored in a folder on a netword drive as LastName, FirstName.jpg
So when someone choses Joe Schmo, it would be Schmo, Joe.jpg stored in
i://intranet/employeePictures
Any help would be greatly appreciated!


[quoted text, click to view]
AddThis Social Bookmark Button