A
Anonymous

Error Message - Copy this React, Tailwind Component to your project

Using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace ReportDemo { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { reportViewer1.Visible = false; // hàm ẩn report tránh tình trạng xuất sinh viên ra this.reportViewer1.RefreshReport(); } private void label1_Click(object sender, EventArgs e) { } SinhVien sinhvien = new SinhVien(); private void button1_Click(object sender, EventArgs e) { reportViewer1.Visible = true; // để true dưới này để khi bấm button mới xuất danh sách sinh viên ra chứ ko xuất liền khi chạy List<SinhVien> listSinhVien = sinhvien.SinhVien(); } } } fix the line List<SinhVien>

Prompt
Component Preview

About

ErrorMessage - Display clear, user-friendly alerts for errors in your app. Built with React and Tailwind, it enhances UI feedback. Download instantly!

Share

Last updated 1 month ago