Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

The Value expression used in textrun ‘Textbox.Paragraphs[0].TextRuns[0]’ returned a data type that is not valid.

$
0
0

Hi all,

While viewing report in SSRS 2008 i am getting an error like this

Warning 1 [rsInvalidExpressionDataType] The Value expression used in textrun ‘Textbox21.Paragraphs[0].TextRuns[0]’ returned a data type that is not valid. 

 sotred procedure

ALTER

 Procedure [dbo].[spGetSupervisor]

(

@START_DATE

datetime,
 

@END_DATE

datetime,
 

@CenterID

varchar(4000),
 

@TITLE

varchar(100)=NULL

)

as

Select

 Distinct L1_ID SupID, L1_Name SupName

from

REF_DB.info vinnerjoin dbo.fn_MVParam(@CenterID+',',',') P

 

v

.CenterID= p.Column1
 

where

v.startdate<= @END_DATEand v.enddate>= @START_DATE

and

 (v.titleIN(@TITLE)or @titleis

 

order

 by Name

Here is the expression in Report textbox

=Parameters!CenterID.Label

Please help me

Thanks in advance

Jyo

null)

ON


Viewing all articles
Browse latest Browse all 10045

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>