Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.Net の reportviewer のパラメータをどのように設定しますか?
List<ReportParameter> paramList = new List<ReportParameter>(); paramList.Add(new ReportParameter("ClientName", clientName, false)); TheReportObject.LocalReport.SetParameters(paramList);
また、レポート定義内でも同じ名前のパラメーターを定義する必要があります。