March 18, 2008 at 10:57 am
Here is what I want to do:
In the Value property of the textbox in VS Report Designer I have:
="Members of NT Group: " & Fields!NTGroup.Value
I want it to show up in the Browser as:
Members of NT Group: SEC_group1
Is that possible and how?
thanks!
Marios
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
March 25, 2008 at 7:42 pm
I don't think you can do what you describe if you only use one control. Controls are rendered as a whole rather than character-by-character.
Is there any reason you can't use a separate control for your static text?
Tim
Tim Mitchell, Microsoft Data Platform MVP
Data Warehouse and ETL Consultant
TimMitchell.net | @Tim_Mitchell | Tyleris.com
ETL Best Practices
March 26, 2008 at 8:45 am
Tim Mitchell (3/25/2008)
I don't think you can do what you describe if you only use one control. Controls are rendered as a whole rather than character-by-character.Is there any reason you can't use a separate control for your static text?
Tim
If separate controls are the only way to do this, I can live with that.
I was just wondering whether there were any VB-like controls that would do the same thing.
Thank you for the response.
__________________________________________________________________________________
SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
Persisting SQL Server Index-Usage Statistics with MERGE[/url]
Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply