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:
Database75 Reporting16 Reporting Services18 SQL90 SQL Server100 T-SQL66 Web service16
Potrebbe interessarti anche: