Jump to content
Software FX Community

Drilldown - Sharepoint


User (Legacy)

Recommended Posts

Francisco

Could you please tell me how to assign full-trust in the client (.NET

framework config).

I am using .NET not image.

Best Regards,

Dharmesh Trivedi

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:ZRq4XKWaGHA.1536@webserver3.softwarefx.com...

> Are you using the Internet Client component or an image ?

>

> If you are using the Client Component you need to assign full-trust in the

> client (.NET Framework Config) in order to have hyperlinking.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Francisco

I should do this on my pc or sharepoint server? (If I have to do this on a

client PC then this option will not work for me)

and could you please verify your steps? I do not see "configure code access

security" in windows 2003 server.

Best Regards,

Dharmesh Trivedi

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:DqZErxhaGHA.3508@webserver3.softwarefx.com...

> Control Panel -> Performance and Maintenance -> Administrative Tools ->

> Microsoft .NET Framework Configuration -> Configure Code Access

Security ->

> Adjust Zone Security

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

this is crazy. ( i m sorry to say that) how will i update hurdends of

clients ( go thru security group - its a nightmare!).. how other companies

are implementating drilldown?

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:lBUMYkiaGHA.1540@webserver3.softwarefx.com...

> This is security in the Client machine not the server.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

This is a limitation of the interaction between the .NET framework and IE. 

You will not find ANY .NET Client Control that can do drill-down without

requiring full trust.

The reason, Internet Explorer is an unmanaged program (not written in .NET).

In order to communicate with it (such as doing DrillDown) the control needs

to use unmanaged code, which requires full trust.

In .NET Framework 2.0, they added a simple wrapper to IE and although it is

managed, it still requires full-trust to operate.

We have asked this question to Microsoft many times, and the answer always

goes along the lines of "IE is an unmanaged program, so the .NET Framework

can not trust it".

You can do drill-down if you generate an image instead of the .NET Client

control. Our new Chart FX for Visual Studio 20005 provides extensive UI

though the use of AJAX without the need for a client component.

Bottom line: Any client control requires full-trust to do drill-down inside

IE.

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

could you please provide drilldown example for an image. any help is

appreciated

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:3D7TFnjaGHA.1536@webserver3.softwarefx.com...

> This is a limitation of the interaction between the .NET framework and IE.

> You will not find ANY .NET Client Control that can do drill-down without

> requiring full trust.

>

> The reason, Internet Explorer is an unmanaged program (not written in

.NET).

> In order to communicate with it (such as doing DrillDown) the control

needs

> to use unmanaged code, which requires full trust.

>

> In .NET Framework 2.0, they added a simple wrapper to IE and although it

is

> managed, it still requires full-trust to operate.

>

> We have asked this question to Microsoft many times, and the answer always

> goes along the lines of "IE is an unmanaged program, so the .NET

Framework

> can not trust it".

>

> You can do drill-down if you generate an image instead of the .NET Client

> control. Our new Chart FX for Visual Studio 20005 provides extensive UI

> though the use of AJAX without the need for a client component.

>

> Bottom line: Any client control requires full-trust to do drill-down

inside

> IE.

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

Please review:

Chart FX 6.2 Programmers Guide

Internet Reference -> Rendering Methods -> Drilldown capabilities

It shows you how to use the Url property to do Hyperlinking.

For example:

Chart.Link.Url = "JavaScript:MyFunction(%v)";

Or

Chart.Link.Url = "chart2.aspx?Series=%S&Point=%N";

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

I changed  HTMLTag  to "image" and set Chart.Link.URL  however I can not

click on the graph (nothing happens). Do I have to do something extra for

sharepoint?

Please advise

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:ZE2i8KxaGHA.1536@webserver3.softwarefx.com...

> Please review:

>

> Chart FX 6.2 Programmers Guide

>

> Internet Reference -> Rendering Methods -> Drilldown capabilities

>

> It shows you how to use the Url property to do Hyperlinking.

>

> For example:

>

> Chart.Link.Url = "JavaScript:MyFunction(%v)";

>

> Or

>

> Chart.Link.Url = "chart2.aspx?Series=%S&Point=%N";

>

> --

> Francisco Padron

> www.chartfx.com

>

>

Link to comment
Share on other sites

My problem is not solved. Click to Link.URL does not work in sharepoint when 

i change to image.

"Dharmesh Trivedi" <Dharmesh.Trivedi@sanofi-aventis.com> wrote in message

news:K92pwuSbGHA.3508@webserver3.softwarefx.com...

>I changed HTMLTag to "image" and set Chart.Link.URL however I can not

> click on the graph (nothing happens). Do I have to do something extra for

> sharepoint?

>

> Please advise

>

> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> news:ZE2i8KxaGHA.1536@webserver3.softwarefx.com...

>> Please review:

>>

>> Chart FX 6.2 Programmers Guide

>>

>> Internet Reference -> Rendering Methods -> Drilldown capabilities

>>

>> It shows you how to use the Url property to do Hyperlinking.

>>

>> For example:

>>

>> Chart.Link.Url = "JavaScript:MyFunction(%v)";

>>

>> Or

>>

>> Chart.Link.Url = "chart2.aspx?Series=%S&Point=%N";

>>

>> --

>> Francisco Padron

>> www.chartfx.com

>>

>>

>

>

Link to comment
Share on other sites

Can you please attach the code for your chart or a sample that reproduces 

the problem.

--

Francisco Padron

www.chartfx.com

"Dharmesh Trivedi" <Dharmesh.Trivedi@sanofi-aventis.com> wrote in message

news:rXeHm9rbGHA.1540@webserver3.softwarefx.com...

> My problem is not solved. Click to Link.URL does not work in sharepoint

> when i change to image.

>

>

> "Dharmesh Trivedi" <Dharmesh.Trivedi@sanofi-aventis.com> wrote in message

> news:K92pwuSbGHA.3508@webserver3.softwarefx.com...

>>I changed HTMLTag to "image" and set Chart.Link.URL however I can not

>> click on the graph (nothing happens). Do I have to do something extra for

>> sharepoint?

>>

>> Please advise

>>

>> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

>> news:ZE2i8KxaGHA.1536@webserver3.softwarefx.com...

>>> Please review:

>>>

>>> Chart FX 6.2 Programmers Guide

>>>

>>> Internet Reference -> Rendering Methods -> Drilldown capabilities

>>>

>>> It shows you how to use the Url property to do Hyperlinking.

>>>

>>> For example:

>>>

>>> Chart.Link.Url = "JavaScript:MyFunction(%v)";

>>>

>>> Or

>>>

>>> Chart.Link.Url = "chart2.aspx?Series=%S&Point=%N";

>>>

>>> --

>>> Francisco Padron

>>> www.chartfx.com

>>>

>>>

>>

>>

>

>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...