Groups | Blog | Home
all groups > sql server reporting services > september 2004 >

sql server reporting services : Accessing Report Properties in Embedded Code


vmp_pdx
9/29/2004 6:19:02 PM
Is it possible to access report properties in embedded code? An earlier post
was looking to set the visible property of a table column depending on the
"RenderFormat" of the current output. I am also interested in doing this and
began playing in the embedded code window with code similar to..

Public Function MyType()
Return RenderedOutputFile.Type
End

This would fail with a RenderedOutputFile not declared message. I noticed
that the term "Me" works at the field level. Is there a similar way to
reference the current report instance?
Robert Bruckner [MSFT]
9/29/2004 7:17:36 PM
All properties are read-only. RS BOL contains information about all report
properties accessible within a report:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rscreate/htm/rcr_creating_expressions_v1_7ilv.asp

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

[quoted text, click to view]

AddThis Social Bookmark Button