Hi
I've update Silverlight DV to 11.1 versión from 10.3. When I initilize the XamPivotGrid like this works OK.
dataSource.ServerUri =
New Uri(wrkUri)
dataSource.Credentials =
New XmlaNetworkCredential(wrkUsuario, wrkPass, wrkDominio)
dataSource.Database =
XmlaDataSource.GenerateInitialDatabase(wrkDatabase)
dataSource.Cube =
XmlaDataSource.GenerateInitialCube(wrkCubo)
dataSource.Rows =
XmlaDataSource.GenerateInitialItems("[Recepciones].[EstrFecha Recepcion]")
dataSource.Filters =
XmlaDataSource.GenerateInitialItems("[Linea Pedido].[Centro de Coste],[Linea Pedido].[Contrato]")
dataSource.Measures =
XmlaDataSource.GenerateInitialItems("[Measures].[Importe Recepcion],[Measures].[Ahorro Recepcion])
But if i add a third Measure the program stop and ´doesn´t do anything. With two Measures runs OK but with three block the explorer. The measures are OK.
With the version 10.3 runs OK. Can you help me?
It`s OK with the service release 11.1.
Hi,
I think that you are using RTM version, which have such an issue. So you can take some of the service releases for 11.1, where this is fixed.
Regards