asp.net - How can I restrict export options in SSRS rdlc file using report properties or writing custom code in report code section? -


i have googled many links handle above requirement using report viewer @ server side only.

i want solution @ end only.

for ex: while creating\modifying rdlc file, possible restrict export options ? either using report properties or writing custom code in report code section.

i have worked on rdl files & not rdlc's don't have idea it.

i hope question stands correctly under stack standards !

thanks,

edit: not possible duplicate questions because question focusing on how achieve requirement in report without making changes in configuration files @ server. other questions\answers focused on changes in configuration files @ server.

it not possible restrict export options using report custom code or report property. closest thing can using report properties hide report components based on globals!renderformat.isinteractive built-in field.

however, can customize report viewer web app change exporting options matching needs. report viewer has several properties let modify things show export menu item.

reference

also read this article there example of pdf export customization.

let me know if helps.


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -