ReportModelGetResultTableTranslatedJson Method |
Json string for the result table with an additional Json containing aggregation.
When maxRows is positive, only the first maxRows rows are
serialized (the aggregation Json still covers all rows) — use it to bound the payload when the
result is sent to an AI model.
Namespace: Seal.ModelAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic (string , string ) GetResultTableTranslatedJson(
int maxRows = 0
)
Parameters
- maxRows Int32 (Optional)
-
Return Value
ValueTupleString,
String
See Also