all groups > sql server reporting services > february 2006 >
You're in the

sql server reporting services

group:

How to change to Table Header in program


How to change to Table Header in program ad
2/11/2006 12:00:00 AM
sql server reporting services:
When I design a GridView in Asp.net, I can change the header of column by
program.
Can I change the change the header of column in Table of LocalReport?

RE: How to change to Table Header in program Wayne Snyder
2/13/2006 4:59:30 AM
COlumn headers in a table are just text boxes, which can get their value from
an expression... ie

=max(Fields!fielddname.value) OR
=Parameters!parametername.Value OR
=IIF( Parameters!Sortorder.Value = 1,"Name Sort","Price Sort")

for instance..
--
Wayne Snyder MCDBA, SQL Server MVP
Mariner, Charlotte, NC

I support the Professional Association for SQL Server ( PASS) and it''s
community of SQL Professionals.


[quoted text, click to view]
AddThis Social Bookmark Button