Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Assuming you already have a .dll - Place your dll in the report designer folder (where your RDL is) and the report server folder, somewhere around here: </p> <pre><code>Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin </code></pre> <p>Now add a reference to your dll from your report.<br> With your report open go to Report, Report Properties, References, Add reference, browse to your dll and add it.</p> <p>Now in a text box properties Value call a method of your dll. It should look something like this:</p> <pre><code>=MyDllName.ClassName.MyMethodOrSubOrWhatever </code></pre> <p>This is a great article that can walk you through this:</p> <p>Assuming you already have a .dll - Place your dll in the report designer folder (where your RDL is) and the report server folder, somewhere around here: </p> <p>Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin</p> <p>Now add a reference to your dll from your report.<br> With your report open go to Report, Report Properties, References, Add reference, browse to your dll and add it.</p> <p>Now in a text box properties Value call a method of your dll. It should look something like this: =MyDllName.ClassName.MyMethodOrSubOrWhatever</p> <p>This is a great article that can walk you through this: <a href="http://support.microsoft.com/kb/920769" rel="nofollow">http://support.microsoft.com/kb/920769</a></p> <p>P.S. Another option, if you don't want the web server doing the heavy lifting, is to use stored procedures. However, in our experience with very large database systems, it is much easier to scale up the web servers than it is to scale up the database servers so we do much of the heavy lifting on the web servers. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload