Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error for Textbox text

1 view
Skip to first unread message

sushant sawant

unread,
Nov 10, 2009, 5:43:52 AM11/10/09
to
I have developed a Report in Reporting Service.
I have text box taken on Report. In that text box's Expression section i have following hardcoded text like : = "NOTE: �Senior Officers� for the purpose"
While compiling this report it gives me error like

[rsCompilerErrorInExpression] The Value expression for the textbox �textbox1� contains an error: [BC30205] End of statement expected

Plz suggest the solution

From http://www.developmentnow.com/g/115_2006_8_0_2_0/sql-server-reporting-services.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

Rictastic

unread,
Nov 10, 2009, 8:48:41 AM11/10/09
to
On 10 Nov, 10:43, sushant sawant<sushant7...@gmail.com> wrote:
> I have developed a Report in Reporting Service.
> I have text box taken on Report. In that text box's Expression section i have following hardcoded text like : = "NOTE: “Senior Officers” for the purpose"
> While compiling this report it gives me error like
>
> [rsCompilerErrorInExpression] The Value expression for the textbox ‘textbox1’ contains an error: [BC30205] End of statement expected
>
> Plz suggest the solution
>
> Fromhttp://www.developmentnow.com/g/115_2006_8_0_2_0/sql-server-reporting...
>
> Posted via DevelopmentNow.com Groupshttp://www.developmentnow.com/g/

Hi

This is because you have speech marks within the text qualifying
speech marks

Instead of ( " ) around Senior Offices use 2 singles ( ' ) => ( '' )

Rick
www.reportingservicestips.co.uk

0 new messages