Configuration
Property Name
Default
Description
Report Path
new wire.ssrsViewer().render("#report", {
reportPath: "/Sales Reports/Sales by Product"
});Report Parameters
new wire.ssrsViewer().render("#report", {
...
parameters: [
{ Name: "Region", Value: "Central" }
]
});Last updated