TvListReportcs CreateReport1()
    {
       


            TvListReportcs report = new TvListReportcs();

            report.Sinav_id.Value = SinavSelectedValue(1);

            
            
                // Set Image-specific export options.
            
            report.CreateDocument();



            return report;
        
    }