reporting services - How can External Assemblies deal with SSRS variables? -


i want create external assembly , reference inside ssrs reports, avoid repeating functions on every report create:

public function username() try return report.user!userid catch return "system" end try end function   

however, "report.user!id" won't available inside external assembly.
i'm trying implement item 7 from: http://www.ssw.com.au/ssw/standards/rules/rulestobettersqlreportingservices.aspx#userexperience


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -