Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / February 2006

Tip: Looking for answers? Try searching our database.

XML Output doesn't include NULL TextBoxes in Table areas

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Maxwell2006 - 27 Feb 2006 23:02 GMT
Hi,

I have a Table in my report and I chose "AttributeNormal"  for
DataElementStyle property of the all text boxes within the table's detail
row.

The problem is that SQL RS doesn't output text boxes with null values.

Is there anyway to force SQL RS to output null textboxes as blank
attributes?

Thank you,
Max
Peter Yang [MSFT] - 28 Feb 2006 03:36 GMT
Hello Alan,

For a single textbox, you may want to use the following expression:

iif(isnothing (variable), variable, "")

However, for tables that linked to dataset, if no result is returned, no
line will be shown in the tables.

Best  Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

=====================================================

Signature

This posting is provided "AS IS" with no warranties, and confers no rights.

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.