Code: Select all
this.rptInvtTransHist.Type = Stimulsoft.Report.Dictionary.StiSqlSourceType.StoredProcedure;Code: Select all
The error of compilation
The error of compilation is found in the 'Report' report:
Cannot implicitly convert type 'Stimulsoft.Report.Dictionary.StiSqlSourceType' to 'string'Code: Select all
The error of compilation
The error of compilation is found in the 'Report' report:
Property or indexer 'Reports.Report.rptInvtTransHistDataSource.Type' cannot be assigned to -- it is read onlyI did not set this line of code
Code: Select all
this.rptInvtTransHist.Type = Stimulsoft.Report.Dictionary.StiSqlSourceType.StoredProcedure;

