Hi,
I have a DataSet which I want to pass to the DPE,
how i pass the DataSet as a parameter to the DPE
Please Help!
Thanks
Girish KumarGirish,
You can serialize the dataset to XML and pass it a parameter. As a side
note, my custom DPE does exactly this.
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B8468707-56EF-4864-AC51-D83FC3273FE5
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
news:0F9E03F2-58FD-4018-A950-48CE6131E073@.microsoft.com...
> Hi,
> I have a DataSet which I want to pass to the DPE,
> how i pass the DataSet as a parameter to the DPE
> Please Help!
> Thanks
> Girish Kumar|||Hi Teo
I Have a DataSet with me which I want to pass directly to the DPE without
any XML serialization I ve seen ur sample application where u pass the xml
file as report parameter in the browser,
But my requirement is not that I want to pass the Dataset to DPE
programmatically at the run time how can i do that
Please Help!!
Regards,
Girish
"Teo Lachev [MVP]" wrote:
> Girish,
> You can serialize the dataset to XML and pass it a parameter. As a side
> note, my custom DPE does exactly this.
> http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B8468707-56EF-4864-AC51-D83FC3273FE5
> --
> Hope this helps.
> ---
> Teo Lachev, MVP [SQL Server], MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ---
> "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
> news:0F9E03F2-58FD-4018-A950-48CE6131E073@.microsoft.com...
> > Hi,
> >
> > I have a DataSet which I want to pass to the DPE,
> > how i pass the DataSet as a parameter to the DPE
> >
> > Please Help!
> >
> > Thanks
> > Girish Kumar
>
>|||Girish,
My extension supports reporting off datasets which are persisted to files.
In this case, instead of passing the serialized copy, you pass the file path
as a report parameter.
Did this address your question?
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
news:E8DDDEB5-B9EC-4CAC-8A5F-5FDC9A182EAF@.microsoft.com...
> Hi Teo
> I Have a DataSet with me which I want to pass directly to the DPE
without
> any XML serialization I ve seen ur sample application where u pass the xml
> file as report parameter in the browser,
> But my requirement is not that I want to pass the Dataset to DPE
> programmatically at the run time how can i do that
> Please Help!!
> Regards,
> Girish
> "Teo Lachev [MVP]" wrote:
> > Girish,
> >
> > You can serialize the dataset to XML and pass it a parameter. As a side
> > note, my custom DPE does exactly this.
> >
> >
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B8468707-56EF-4864-AC51-D83FC3273FE5
> >
> > --
> > Hope this helps.
> >
> > ---
> > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > Author: "Microsoft Reporting Services in Action"
> > Publisher website: http://www.manning.com/lachev
> > Buy it from Amazon.com: http://shrinkster.com/eq
> > Home page and blog: http://www.prologika.com/
> > ---
> >
> > "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
> > news:0F9E03F2-58FD-4018-A950-48CE6131E073@.microsoft.com...
> > > Hi,
> > >
> > > I have a DataSet which I want to pass to the DPE,
> > > how i pass the DataSet as a parameter to the DPE
> > >
> > > Please Help!
> > >
> > > Thanks
> > > Girish Kumar
> >
> >
> >|||Hi Teo,
I need a custom DPE which can take input a Dataset I have tried using your
sample but it needs me to again create an xml and xsd file update the files
in initialize component method.
But i in turn have a Dataset got from an external application using
webservices i want to pass that dataset to this dpe and run my report.
I think you got my scenario.
Please Help!!!
Regards
Girish (INDIA)
"Teo Lachev [MVP]" wrote:
> Girish,
> My extension supports reporting off datasets which are persisted to files.
> In this case, instead of passing the serialized copy, you pass the file path
> as a report parameter.
> Did this address your question?
> --
> Hope this helps.
> ---
> Teo Lachev, MVP [SQL Server], MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ---
> "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
> news:E8DDDEB5-B9EC-4CAC-8A5F-5FDC9A182EAF@.microsoft.com...
> > Hi Teo
> >
> > I Have a DataSet with me which I want to pass directly to the DPE
> without
> > any XML serialization I ve seen ur sample application where u pass the xml
> > file as report parameter in the browser,
> >
> > But my requirement is not that I want to pass the Dataset to DPE
> > programmatically at the run time how can i do that
> >
> > Please Help!!
> >
> > Regards,
> > Girish
> >
> > "Teo Lachev [MVP]" wrote:
> >
> > > Girish,
> > >
> > > You can serialize the dataset to XML and pass it a parameter. As a side
> > > note, my custom DPE does exactly this.
> > >
> > >
> http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B8468707-56EF-4864-AC51-D83FC3273FE5
> > >
> > > --
> > > Hope this helps.
> > >
> > > ---
> > > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > > Author: "Microsoft Reporting Services in Action"
> > > Publisher website: http://www.manning.com/lachev
> > > Buy it from Amazon.com: http://shrinkster.com/eq
> > > Home page and blog: http://www.prologika.com/
> > > ---
> > >
> > > "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
> > > news:0F9E03F2-58FD-4018-A950-48CE6131E073@.microsoft.com...
> > > > Hi,
> > > >
> > > > I have a DataSet which I want to pass to the DPE,
> > > > how i pass the DataSet as a parameter to the DPE
> > > >
> > > > Please Help!
> > > >
> > > > Thanks
> > > > Girish Kumar
> > >
> > >
> > >
>
>|||Hi Teo,
I need a custom DPE which can take input a Dataset I have tried using your
sample but it needs me to again create an xml and xsd file update the files
in initialize component method.
But i in turn have a Dataset got from an external application using
webservices i want to pass that dataset to this dpe and run my report there
is no point of storing a file on my webserver even temporarly
I think you got my scenario.
Please Help!!!
Regards
Girish (INDIA)
"Teo Lachev [MVP]" wrote:
> Girish,
> My extension supports reporting off datasets which are persisted to files.
> In this case, instead of passing the serialized copy, you pass the file path
> as a report parameter.
> Did this address your question?
> --
> Hope this helps.
> ---
> Teo Lachev, MVP [SQL Server], MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ---
> "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
> news:E8DDDEB5-B9EC-4CAC-8A5F-5FDC9A182EAF@.microsoft.com...
> > Hi Teo
> >
> > I Have a DataSet with me which I want to pass directly to the DPE
> without
> > any XML serialization I ve seen ur sample application where u pass the xml
> > file as report parameter in the browser,
> >
> > But my requirement is not that I want to pass the Dataset to DPE
> > programmatically at the run time how can i do that
> >
> > Please Help!!
> >
> > Regards,
> > Girish
> >
> > "Teo Lachev [MVP]" wrote:
> >
> > > Girish,
> > >
> > > You can serialize the dataset to XML and pass it a parameter. As a side
> > > note, my custom DPE does exactly this.
> > >
> > >
> http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B8468707-56EF-4864-AC51-D83FC3273FE5
> > >
> > > --
> > > Hope this helps.
> > >
> > > ---
> > > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > > Author: "Microsoft Reporting Services in Action"
> > > Publisher website: http://www.manning.com/lachev
> > > Buy it from Amazon.com: http://shrinkster.com/eq
> > > Home page and blog: http://www.prologika.com/
> > > ---
> > >
> > > "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
> > > news:0F9E03F2-58FD-4018-A950-48CE6131E073@.microsoft.com...
> > > > Hi,
> > > >
> > > > I have a DataSet which I want to pass to the DPE,
> > > > how i pass the DataSet as a parameter to the DPE
> > > >
> > > > Please Help!
> > > >
> > > > Thanks
> > > > Girish Kumar
> > >
> > >
> > >
>
>|||No, I don't. You are saying that you need to pass the dataset as a
parameter, then you are saying that you don't want to pass it as a
parameter... I am confused. Can you explain in steps what are you trying to
do?
My extension supports both serialized datasets and datasets saved as files
and, no, you don't have to create a xsd file. A schema file just makes it
easier for the report author to lay out the report.
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
news:DE5CE16C-2A19-4C63-B2D3-8823FEF71F1C@.microsoft.com...
> Hi Teo,
> I need a custom DPE which can take input a Dataset I have tried using
your
> sample but it needs me to again create an xml and xsd file update the
files
> in initialize component method.
> But i in turn have a Dataset got from an external application using
> webservices i want to pass that dataset to this dpe and run my report
there
> is no point of storing a file on my webserver even temporarly
> I think you got my scenario.
> Please Help!!!
> Regards
> Girish (INDIA)
>
> "Teo Lachev [MVP]" wrote:
> > Girish,
> >
> > My extension supports reporting off datasets which are persisted to
files.
> > In this case, instead of passing the serialized copy, you pass the file
path
> > as a report parameter.
> >
> > Did this address your question?
> >
> > --
> > Hope this helps.
> >
> > ---
> > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > Author: "Microsoft Reporting Services in Action"
> > Publisher website: http://www.manning.com/lachev
> > Buy it from Amazon.com: http://shrinkster.com/eq
> > Home page and blog: http://www.prologika.com/
> > ---
> >
> > "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in message
> > news:E8DDDEB5-B9EC-4CAC-8A5F-5FDC9A182EAF@.microsoft.com...
> > > Hi Teo
> > >
> > > I Have a DataSet with me which I want to pass directly to the DPE
> > without
> > > any XML serialization I ve seen ur sample application where u pass the
xml
> > > file as report parameter in the browser,
> > >
> > > But my requirement is not that I want to pass the Dataset to DPE
> > > programmatically at the run time how can i do that
> > >
> > > Please Help!!
> > >
> > > Regards,
> > > Girish
> > >
> > > "Teo Lachev [MVP]" wrote:
> > >
> > > > Girish,
> > > >
> > > > You can serialize the dataset to XML and pass it a parameter. As a
side
> > > > note, my custom DPE does exactly this.
> > > >
> > > >
> >
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=B8468707-56EF-4864-AC51-D83FC3273FE5
> > > >
> > > > --
> > > > Hope this helps.
> > > >
> > > > ---
> > > > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > > > Author: "Microsoft Reporting Services in Action"
> > > > Publisher website: http://www.manning.com/lachev
> > > > Buy it from Amazon.com: http://shrinkster.com/eq
> > > > Home page and blog: http://www.prologika.com/
> > > > ---
> > > >
> > > > "Girish Kumar" <GirishKumar@.discussions.microsoft.com> wrote in
message
> > > > news:0F9E03F2-58FD-4018-A950-48CE6131E073@.microsoft.com...
> > > > > Hi,
> > > > >
> > > > > I have a DataSet which I want to pass to the DPE,
> > > > > how i pass the DataSet as a parameter to the DPE
> > > > >
> > > > > Please Help!
> > > > >
> > > > > Thanks
> > > > > Girish Kumar
> > > >
> > > >
> > > >
> >
> >
> >
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment