Hello,
Is posible to restrict drilldown/drillup on full interactivity mode Report Studio? I have a report which has some custom controls, so I need full interactivity, and one crosstab. User doesn't want to drill down on data. Is it posible?
Thanks
I answer myself. I have put a html item with a layer over the crosstab that disable click.
<div lid="layer" style="width:100%; height:100%;position:absolute;display:block;z-index=50;pointer-events:none">
crosstab
</div>