User Profile & Activity

Johnny Leyva Member
Page
of 4
Posted: August 10, 2010 9:18 AM

mail: juaniquise@bisa.com.pe

please give me my registry

Posted: August 6, 2010 10:15 AM

Not problem, but i'm waiting for your answer; need to work on windows7.

just a comment this folder c:\windows\system32\01C8D69C  dont exits in my computer

Posted: August 5, 2010 11:02 AM
here I send you the files you requested; I expect a prompt response
A question, the version 2010 R1 have to do some updating for 64 or have any select for 64 and 32.


Posted: July 12, 2010 10:05 AM

i'm include this .dll's

- ISNet.dll
- ISNet.WebUI.dll
- ISNet.WebUI.Resources.dll
- ISNet.WebUI.WebTextEditor.dll
- ISNet.WebUI.WebTextEditor.Resources.dll

 

and i'm using windows web server 2008, I have the web config and modifying sensitive me the same error keeps coming, please give me a example.

Posted: July 9, 2010 3:32 PM

I send you an example here and the web config, for me the same error keeps coming

hello good day. I'm using the Page_Load method or WebGrid2_ChartImageProcessing but does not display filter fields in the report (photo dont_show.JPG), see Picture2 (show.JPG) here shows the filter fields in the report. I want to do this for server code.

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadIf WebGrid2.ActionName = "Charting" Then WebGrid2.ChartCategoryCollection.Add(New ChartPivotFilterConfig() With {.DataMember = "ubicacion"})WebGrid2.ChartDataCollection.Add(New ChartPivotDataConfig() With {.DataMember = "quantity", .AutoCalc = AutoCalc.Sum})End If End Sub

 

OR

 

Protected Sub WebGrid2_ChartImageProcessing(ByVal sender As Object, ByVal e As ISNet.WebUI.WebGrid.Chart.WebGridChartEventArgs) Handles WebGrid2.ChartImageProcessinge.ChartConfig.ChartCategoryCollection.Add(New ChartPivotFilterConfig() With {.DataMember = "ubicacion"})e.ChartConfig.ChartDataCollection.Add(New ChartPivotDataConfig() With {.DataMember = "quantity", .AutoCalc = AutoCalc.Sum})End Sub
Posted: June 11, 2010 11:50 AM

I wrote this code, and apply filters and pivot class but does not show the filter field in eyelashes

ProtectedSubWebGrid2_ChartImageProcessing(ByValsender AsObject, ByVale AsISNet.WebUI.WebGrid.Chart.WebGridChartEventArgs) HandlesWebGrid2.ChartImageProcessing

 DimCHARPIVOT AsChartPivotDataConfig = NewChartPivotDataConfig

CHARPIVOT.DataMember = "quantity"

CHARPIVOT.AutoCalc = AutoCalc.Sum

Dim ChartPivotFilter As ChartPivotFilterConfig = New ChartPivotFilterConfig ChartPivotFilter.DataMember = "ubicacion"

e.ChartConfig.ChartDataCollection.Add(CHARPIVOT)

e.ChartConfig.ChartCategoryCollection.Add(ChartPivotFilter)

End Sub

Posted: June 11, 2010 10:19 AM

please give me your lambda expression, because i can't reproduce your example

thanks

Posted: May 26, 2010 9:28 AM

This solved my problem thanks

All times are GMT -5. The time now is 11:33 PM.
Previous Next