Code: Select all
DataSet theData = ReportUtility.GetReportData();
stiReport.Dictionary.ImportXMLSchema(theData);
stiReport.Dictionary.Restrictions.Add("OBJECTID", Stimulsoft.Report.Dictionary.StiDataType.DataColumn, Stimulsoft.Report.Dictionary.StiRestrictionTypes.DenyShow);
stiReport.Dictionary.Restrictions.Add("MCPA_C_STAMP", Stimulsoft.Report.Dictionary.StiDataType.DataColumn, Stimulsoft.Report.Dictionary.StiRestrictionTypes.DenyShow);
WebDesigner1.Design(stiReport);
Is there something else I should try?