Showing posts with label form. Show all posts
Showing posts with label form. Show all posts

Wednesday, March 28, 2012

Is it possible to know whether report is still executing in report viewer? (Web Forms)

Hi All,

I have a Report Viewer and a Exit button in Web Form. Untill the report is processed i don't want to enable the button.

so Is it possible to know whether report is still executing in report viewer ?

I am using Remote Mode.

Any help will be appreciated.

Thanks

Akash

YOu can use the asynchronous methods for rendering the report, if the report did not raise the event of finishing you can be sure that the report is already running.

Jens K. Suessmeyer.

http://www.sqlserver2005.de

|||

I am using HistoryID to generate the report so i can't use the asynchronous thing.

Below are the lines which are generating the report.

ReportViewer1.ServerReport.ReportServerUrl = new Uri(ConfigurationManager.AppSettings["ReportServerPath"].ToString());

ReportViewer1.ShowParameterPrompts = false;

ReportViewer1.ServerReport.HistoryId = strHistoryID; -- Assigning HistoryID

ReportViewer1.ServerReport.ReportPath = strReportPath;

ReportViewer1.ServerReport.Refresh();

Report is rendering asynchronously from the rest of the web page.(i.e. Report Viewer AsyncRendering attribute is set to true)

Wednesday, March 21, 2012

Is it possible to customize the look of the parameters form?

Hi all...
When a report is viewed in web browser, a parameters form appear at the top
of the screen so that user can enter parameters and then press View Report.
Is it possible to display a title before that form? or to customize the
colors and fonts for that form?
Thanks
JaimeHave the SAME question!! =:)
"Jaime Stuardo" wrote:
> Hi all...
> When a report is viewed in web browser, a parameters form appear at the top
> of the screen so that user can enter parameters and then press View Report.
> Is it possible to display a title before that form? or to customize the
> colors and fonts for that form?
> Thanks
> Jaime|||You can adjust the colours of the parameters form by changing the
htmlviewer.css stylesheet. Supposedly if you have installed the hot fix for
sp2 then you should find a proptery called htmlviewrstylesheet which you can
set to any style sheet you have created to be th edefault for all reports but
I havent found this.
so in the url of the reports when they are called from another web page I
use the command rc:Stylesheet=stylesheetname
"=:)" wrote:
> Have the SAME question!! =:)
> "Jaime Stuardo" wrote:
> > Hi all...
> >
> > When a report is viewed in web browser, a parameters form appear at the top
> > of the screen so that user can enter parameters and then press View Report.
> >
> > Is it possible to display a title before that form? or to customize the
> > colors and fonts for that form?
> >
> > Thanks
> > Jaime|||IS there a way of hiding the parameters completely as I dont want to
allow the users to change the parameters.
Sorry for the dumb question but this is my 2nd day on reporting
services and i'm trying to get to grips with it very quickly|||Hi Jim,
&rc:Parameters=False is an option.
(have a look here:
http://weblogs.asp.net/mhawley/archive/2004/11/17/259178.aspx for more).
HTH,
Ed Richard
"JimW13UK" <jimw13uk@.uku.co.uk> wrote in message
news:1120725823.751966.67920@.g14g2000cwa.googlegroups.com...
> IS there a way of hiding the parameters completely as I dont want to
> allow the users to change the parameters.
> Sorry for the dumb question but this is my 2nd day on reporting
> services and i'm trying to get to grips with it very quickly
>|||Thanks Ed. The link you posted has answered my question. I can program my
custom parameter form using either VB.NET or C# and using ReportViewer
control to actually show the report.
Jaime
"Ed Richard" wrote:
> Hi Jim,
> &rc:Parameters=False is an option.
> (have a look here:
> http://weblogs.asp.net/mhawley/archive/2004/11/17/259178.aspx for more).
> HTH,
> Ed Richard
> "JimW13UK" <jimw13uk@.uku.co.uk> wrote in message
> news:1120725823.751966.67920@.g14g2000cwa.googlegroups.com...
> > IS there a way of hiding the parameters completely as I dont want to
> > allow the users to change the parameters.
> > Sorry for the dumb question but this is my 2nd day on reporting
> > services and i'm trying to get to grips with it very quickly
> >
>
>

Monday, March 19, 2012

is it possible to call LogonUser with out SSL?

Hi .
I am working with RS form authentication.I am fallowing MSDN whitepages.
my Questions r
(1)
Is it possble to work with customsecurity without Using the Web Service
implementation?if so how can i ?
If no should i have adminsrtaive privillages on IIS
(2) is it possible to call LogonUser with out SSL?
could anybody help me
thanksYes, you can call LogonUser without SSL, but it's not recommended.
I'm not sure what's leading you to ask if you can use customsecurity without
the Web Service implementation.
--
Cheers,
'(' Jeff A. Stucker
\
Business Intelligence
www.criadvantage.com
---
"gundui" <gundui@.discussions.microsoft.com> wrote in message
news:74B15656-4906-4CDA-BA8B-E5513F7F2731@.microsoft.com...
> Hi .
> I am working with RS form authentication.I am fallowing MSDN whitepages.
> my Questions r
> (1)
> Is it possble to work with customsecurity without Using the Web Service
> implementation?if so how can i ?
> If no should i have adminsrtaive privillages on IIS
> (2) is it possible to call LogonUser with out SSL?
> could anybody help me
> thanks
>|||In that whitepaper it does not specifically say that it is required,
however, the MSDN page on the LogonUser method states in many locations
that SSL is required with the LogonUser method. Could you explain
where you read that it was not requiered?
Thanks
Jeff A. Stucker wrote:
> Yes, you can call LogonUser without SSL, but it's not recommended.
> I'm not sure what's leading you to ask if you can use customsecurity
without
> the Web Service implementation.
> --
> Cheers,
> '(' Jeff A. Stucker
> \
> Business Intelligence
> www.criadvantage.com
> ---
> "gundui" <gundui@.discussions.microsoft.com> wrote in message
> news:74B15656-4906-4CDA-BA8B-E5513F7F2731@.microsoft.com...
> > Hi .
> > I am working with RS form authentication.I am fallowing MSDN
whitepages.
> >
> > my Questions r
> > (1)
> > Is it possble to work with customsecurity without Using the Web
Service
> > implementation?if so how can i ?
> >
> > If no should i have adminsrtaive privillages on IIS
> >
> > (2) is it possible to call LogonUser with out SSL?
> >
> > could anybody help me
> >
> > thanks
> >
> >|||The documentation has an error. :-)
--
Cheers,
'(' Jeff A. Stucker
\
Business Intelligence
www.criadvantage.com
---
"Will" <wlansing@.rlcarriers.com> wrote in message
news:1109701130.943200.167070@.z14g2000cwz.googlegroups.com...
> In that whitepaper it does not specifically say that it is required,
> however, the MSDN page on the LogonUser method states in many locations
> that SSL is required with the LogonUser method. Could you explain
> where you read that it was not requiered?
> Thanks
>
> Jeff A. Stucker wrote:
>> Yes, you can call LogonUser without SSL, but it's not recommended.
>> I'm not sure what's leading you to ask if you can use customsecurity
> without
>> the Web Service implementation.
>> --
>> Cheers,
>> '(' Jeff A. Stucker
>> \
>> Business Intelligence
>> www.criadvantage.com
>> ---
>> "gundui" <gundui@.discussions.microsoft.com> wrote in message
>> news:74B15656-4906-4CDA-BA8B-E5513F7F2731@.microsoft.com...
>> > Hi .
>> > I am working with RS form authentication.I am fallowing MSDN
> whitepages.
>> >
>> > my Questions r
>> > (1)
>> > Is it possble to work with customsecurity without Using the Web
> Service
>> > implementation?if so how can i ?
>> >
>> > If no should i have adminsrtaive privillages on IIS
>> >
>> > (2) is it possible to call LogonUser with out SSL?
>> >
>> > could anybody help me
>> >
>> > thanks
>> >
>> >
>