c# - Access to Reporting services Reports? -


i have problem reporting services. security , security configure. biggest problem i've got :

how access reporting services (mean reports) none certificated computer(user)?

let me explain question, have windows-app , web-app, both of them use reporting services base reports. when want use these app in none-domain-network. problem occur. (for example, web-app users have access web-app via internet it's ridiculous make them in member of domain)

additional info:
i'm use server mode in report viewer control. have address uri of reporting service , put reports same directory in reporting. when want execute report in web or win application, send report name sightly form or page (also set report server uri , report path , after setting report path call refresh method , set parameter reports).

i find call local report in report viewer control seems odd cuz must define data-source in project , attach report-file solution , can use report !!!

change web application use single reporting domain account in code generate reports. possible?


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -