Authoring Custom Report Controls

Hi,

I'm using VS2005 Beta 2 (April) and SQL Server 2005 (CTP April 2005) and I'm very interested in creating my own custom control for SQL Server 2005 ReportingServices.

I understand that in order to do this I have to inherit from some classes (CustomReportItem ) and other interfaces which are declared in the following namespaces:

using Microsoft.ReportingServices.Interfaces;
using Microsoft.ReportingServices.ReportRendering;
using Microsoft.ReportingServices.ReportProcessing;

Does anybody have a simple example I can use similar to the SimpleControl Sample for Windows Forms control Or any other pointers

Many thanks,




Answer this question

Authoring Custom Report Controls

  • Manu Kanwarpal

    Hi Christopher,

    i've got exact the same problem and searching for answers too. did u have n e prosperties in the meantime i've got an MS-live-meeting today to solve this problem, hopefully. if u need help ...

  • Igor Lemsky

    Does anybody know anything more about this yet

    Many thanks!


  • James Su

    Does anybody know anything more about this yet

    Best Regards, and thanks for your answers...



  • xu jiameng

    The documentation and sample for Custom Report Item is planned to be available around the time SQL 2005 releases.  They are not available at this time.


  • Nick Efremov

    Hi,
    What's the status on this topic
    - Does it work in the current release at all or is the sample just not produced
    - If you have anything like an embryo to a sample I'd be grateful for input...we're starting a development project now so, an answer would much appreciated

    Thanks in advance

    Michael G



  • Authoring Custom Report Controls