Passaggio all'ora legale 30 marzo 2025 02:00 03:00 sposta avanti l'orologio di 1 ora (si dorme 1 ora in meno)
In SQL Server Reporting Services 2005 il seguente errore
[rsInvalidExpressionDataType] The Value expression used in textbox ‘fieldImage’ returned a data type that is not valid.
compare perchè l'immagine ritornata dal Web service è codificata in base 64.
Per risolvere il problema è sufficiente usare il metodo System.Convert.FromBase64String''':

Visual Basic .NET

=System.Convert.FromBase64String(Fields!fieldImage.Value)
In SQL Server Reporting Services 2008 non è necessario.
Tags:
Database76 Reporting16 Reporting Services18 SQL90 SQL Server100 T-SQL66 Web service16
Potrebbe interessarti anche: