TheLadHimself
New Member
i am listing links to the available reports for a specific client. I am new to aspx, but have been working with classic asp a lot for other clients. I need to set the ServerReport path dynamically using my variable. I figured it would be just like classic asp, but for some reason what i thought would work does not. This is the line giving me the issue:\[code\]<ServerReport ReportPath= <%= reportPath %>\[/code\]I get the following error:\[code\]Parser Error Message: Content ('<ServerReport ReportPath=') does not match any properties within a 'Microsoft.Reporting.WebForms.ReportViewer', make sure it is well-formed.\[/code\]I am not sure exactly what this means, i checked my variable and it is holding the correct string, maybe i need to set the Report Path in a different way?