Clickable (actions) cells in SSRS on Sharepoint

When creating a very simple report containing only a text field, I can apply an action to this text field in SSRS to make the text field available:

Add Action to Textbox

When you preview the report in the preview area of ​​the SSDT, you can click the text box as expected:

Textbox is clickable

However, as soon as I upload the report to Sharepoint and view it in the browser, only the text inside the cell is available for clickability (instead of the entire cell):

SSRS Textbox action on Sharepoint only text clickable

Changing compatibility views using different browsers does not change anything.

Is there a way to make clicks across the entire cell available when viewing my reports in Sharepoint (2013)?

( , , , Sharepoint SSRS , SSDT Report Viewer?)

+4
1

, SSRS .

, , , .

:

:

SSRS , HTML. <div>. <div>, <a>. <div> "textbox". - <a> HTML , . , .

, , , HTML ( 5) DIV (. ). , ( CSS), , IE7 ( ) CSS: block statement:).

SSDT:

SSDT WinForms ReportViewer. , WinForms . WinForms TextBox. - , .

+4

All Articles