分组报表可以显示,但是导出或者折叠某一个列的时候报错
- System.Text.Json.JsonException: Expected depth to be zero at the end of the JSON payload. There is an open JSON object or array that should be closed. Path: $ | LineNumber: 0 | BytePositionInLine: 593264.
- ---> System.Text.Json.JsonReaderException: Expected depth to be zero at the end of the JSON payload. There is an open JSON object or array that should be closed. LineNumber: 0 | BytePositionInLine: 593264.
- at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
- at System.Text.Json.Utf8JsonReader.ReadSingleSegment()
- at System.Text.Json.Utf8JsonReader.Read()
- at System.Text.Json.Utf8JsonReader.TrySkip()
- at System.Text.Json.JsonSerializer.ReadValueCore[TValue](JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& state)
- --- End of inner exception stack trace ---
- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& state, JsonReaderException ex)
- at System.Text.Json.JsonSerializer.ReadValueCore[TValue](JsonSerializerOptions options, Utf8JsonReader& reader, ReadStack& state)
- at System.Text.Json.JsonSerializer.Deserialize[TValue](Utf8JsonReader& reader, JsonSerializerOptions options)
- at GrapeCity.ActiveReports.Core.Rendering.I.\uE33D.Read(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options)
- at System.Text.Json.Serialization.JsonConverter`1.TryRead(Utf8JsonReader& reader, Type typeToConvert, JsonSerializerOptions options, ReadStack& state, T& value)
- at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader& reader, JsonSerializerOptions options, ReadStack& state)
- at System.Text.Json.JsonSerializer.ReadCore[TValue](Utf8JsonReader& reader, Type returnType, JsonSerializerOptions options)
- at System.Text.Json.JsonSerializer.Deserialize[TValue](String json, Type returnType, JsonSerializerOptions options)
- at GrapeCity.ActiveReports.Web.Viewer.I.\uE037`1.get_Item()
- at GrapeCity.ActiveReports.Web.Viewer.I.\uE02F.BuildReport(\uE02A rdlDocument, \uE013 exportSettings, IFontsFactory fonts)
- at GrapeCity.ActiveReports.Web.Viewer.I.\uE02F.Export(Object document, Stream originalStream, \uE013 exportSettings, CancellationToken cancel)
- at GrapeCity.ActiveReports.Web.Viewer.I.\uE025.Export(Object document, Stream stream, \uE013 settings, CancellationToken cancel)
- at GrapeCity.ActiveReports.Web.Viewer.I.\uE00B.\uE007.\uE000(Task`1 task)
- at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
- --- End of stack trace from previous location where exception was thrown ---
- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
复制代码
|