How Jump automatically to another report according to a value. Reporting Services -


reporting services

i need jump specific report according value takes variable data set.

for example: if variable has value = 2, go report 'informe_1' if value = 4, go report 'informe_2', automatically without having click anything. generic type of report determines of 2 reports must charged according value of variable.

currently have in properties of variable, in action, go report, need specify condition 'informe_1' or 'informe_2' according value of variable (2 or 4).

i'm not aware of way automatically go specific report without user clicking something; however, can specify expression action on , way user report specified variable when click.

  1. in design view, right-click text box, image, or chart want add link , click properties.
  2. in item's properties dialog box, click action.
  3. select go report. additional sections appear in dialog box option.
  4. in specify report, click browse locate report want jump to, or type name of report. alternatively, click expression (fx) button create expression report name.

also, see expression examples (report builder 3.0 , ssrs) more information expressions.

you can alter visibility of linked item similarly. give example, in of own reports have hidden @reportparameter use pass report return when link clicked. if parameter empty hide link. use go report , specify =parameters!parentreport.value in expression action. visibilty show or hide based on expression selected, visible false , hidden true. makes visibility expression =parameters!parentreport.value = "".


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -