Hi,
I'm trying to parametrize <CanGrow> element of the TextBox. It has xsd:boolean type, so when i assign this element with a simple expression like this:
<CanGrow>=Parameters!CanGrow.Value<CanGrow>
I get the following error:
Deserialization failed: The 'http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition:CanGrow' element has an invalid value according to its data type. Line 782, position 59.
because resulted XML doesn't satisfy RDL schema.
The same expression in <Hidden> element does'n involve the error, because <Hidden> has xsd:string type.
Is there any way to have xsd:boolean report element parametrized, but not hardcoded?
I've made no progress on this issue.
Could anybody explain me how to parametrize xs:boolean report elements?
Thanks.
|||Any ideas on this issue?|||Per the RDL specification (http://www.microsoft.com/sql/technologies/reporting/rdlspec.mspx), the CanGrow element is a constant boolean value. Expressions are not supported for CanGrow.
-- Robert
|||Thaks, Robert!But in this case why not to make all xsd:boolean RDL elements of type
xsd:string? By the way, some RDL element with true/false values already
are of xsd:string type (ex. <VisibilityType><Hidden>).
No comments:
Post a Comment