Options

How to control button on RDLC reporting viewer?

DamrongsakDamrongsak Member Posts: 16
edited 2011-02-11 in NAV Three Tier
Hi all,

I need to control the button on reporting viewer by coding or setting.

Somebody know please tell me.

Thank you.

Comments

  • Options
    kinekine Member Posts: 12,562
    And what you want to control there? The buttons are done through report viewer, you do not have access to these buttons.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    BeliasBelias Member Posts: 2,998
    actually, you can disable the send-to buttons by putting an if currreport.preview somewhere (search mibuso for this)...but you can't enable/disable them dynamically: if you choose to disable the buttons, your report will always run with disabled buttons, unless you modify it by design...This is the only thing you can do with that bar
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    DamrongsakDamrongsak Member Posts: 16
    This issue for case:
    user no need to print if document not released, but can preview. it's bad requirement.
  • Options
    EgnazEgnaz Member Posts: 111
    Only a suggestion:
    I think there is no way to disable the buttons from the report viewer but you could add a field or a section that is only shown when the document isn't released so that it's clear to the user that this is only for preview issues.

    Maybe a way to go.

    Regards,
    egnaz
Sign In or Register to comment.