Friday, March 9, 2012

Error Msg

How do I resolve the following error message and what does this mean?
c:\srsconv\visual studio
projects\china\china_reports\All_Official_Representatives_China.rdl The value
expression for the textbox â'ADDR_Org_Name_2â' contains an error: [BC30311]
Value of type
'Microsoft.ReportingServices.ReportProcessing.ReportObjectModel.Field' cannot
be converted to 'String'.What does the expression in textbox ADDR_Org_Name_2 contain?
"Terry" wrote:
> How do I resolve the following error message and what does this mean?
> c:\srsconv\visual studio
> projects\china\china_reports\All_Official_Representatives_China.rdl The value
> expression for the textbox â'ADDR_Org_Name_2â' contains an error: [BC30311]
> Value of type
> 'Microsoft.ReportingServices.ReportProcessing.ReportObjectModel.Field' cannot
> be converted to 'String'.
>|||The error was resolved. The error was due to implemented custom code.
Thank you for your speedy response.
However, do you know how I could setup a mailing list across 3 columns?
"Ben Sullins" wrote:
> What does the expression in textbox ADDR_Org_Name_2 contain?
> "Terry" wrote:
> > How do I resolve the following error message and what does this mean?
> >
> > c:\srsconv\visual studio
> > projects\china\china_reports\All_Official_Representatives_China.rdl The value
> > expression for the textbox â'ADDR_Org_Name_2â' contains an error: [BC30311]
> > Value of type
> > 'Microsoft.ReportingServices.ReportProcessing.ReportObjectModel.Field' cannot
> > be converted to 'String'.
> >|||Terry wrote: However, do you know how I could setup a mailing list across 3
columns?
From MSDN Reporting Services BOL:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSCREATE/htm/rcr_creating_layout_v1_4uwj.asp
You will need to render the using Print Preview, PDF, or TIFF to actually
see the multiple columns.
Also pay attention to the relationship between the PageWidth + Left / Right
Margins and the #Columns, ColumnWidth, and the Column Spacing:
PageWidth - Left Margin - Right Marging >= (#Columns * ColumnWidth) +
((#Columns -1) * Column Spacing).
Bruce Johnson [MSFT]
Microsoft SQL Server Reporting Services
This posting is provided "AS IS" with no warranties, and confers no rights.
"Terry" <Terry@.discussions.microsoft.com> wrote in message
news:DC8F187E-B492-4DDA-BB91-4BE8BB4658B9@.microsoft.com...
> The error was resolved. The error was due to implemented custom code.
> Thank you for your speedy response.
> However, do you know how I could setup a mailing list across 3 columns?
>
> "Ben Sullins" wrote:
>> What does the expression in textbox ADDR_Org_Name_2 contain?
>> "Terry" wrote:
>> > How do I resolve the following error message and what does this mean?
>> >
>> > c:\srsconv\visual studio
>> > projects\china\china_reports\All_Official_Representatives_China.rdl The
>> > value
>> > expression for the textbox 'ADDR_Org_Name_2' contains an error:
>> > [BC30311]
>> > Value of type
>> > 'Microsoft.ReportingServices.ReportProcessing.ReportObjectModel.Field'
>> > cannot
>> > be converted to 'String'.
>> >|||Thank you very much for your assistance.
I will try the solution provided and let you know its results.
Again, thanks!
"Bruce Johnson [MSFT]" wrote:
> Terry wrote: However, do you know how I could setup a mailing list across 3
> columns?
> From MSDN Reporting Services BOL:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/RSCREATE/htm/rcr_creating_layout_v1_4uwj.asp
> You will need to render the using Print Preview, PDF, or TIFF to actually
> see the multiple columns.
> Also pay attention to the relationship between the PageWidth + Left / Right
> Margins and the #Columns, ColumnWidth, and the Column Spacing:
> PageWidth - Left Margin - Right Marging >= (#Columns * ColumnWidth) +
> ((#Columns -1) * Column Spacing).
>
> --
> Bruce Johnson [MSFT]
> Microsoft SQL Server Reporting Services
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Terry" <Terry@.discussions.microsoft.com> wrote in message
> news:DC8F187E-B492-4DDA-BB91-4BE8BB4658B9@.microsoft.com...
> > The error was resolved. The error was due to implemented custom code.
> >
> > Thank you for your speedy response.
> >
> > However, do you know how I could setup a mailing list across 3 columns?
> >
> >
> > "Ben Sullins" wrote:
> >
> >> What does the expression in textbox ADDR_Org_Name_2 contain?
> >>
> >> "Terry" wrote:
> >>
> >> > How do I resolve the following error message and what does this mean?
> >> >
> >> > c:\srsconv\visual studio
> >> > projects\china\china_reports\All_Official_Representatives_China.rdl The
> >> > value
> >> > expression for the textbox 'ADDR_Org_Name_2' contains an error:
> >> > [BC30311]
> >> > Value of type
> >> > 'Microsoft.ReportingServices.ReportProcessing.ReportObjectModel.Field'
> >> > cannot
> >> > be converted to 'String'.
> >> >
>
>

No comments:

Post a Comment