@ -171,11 +171,7 @@ namespace ICSharpCode.Reports.Core {
}
public string DBValue {
public string DBValue {get;set;}
get{throw new NotImplementedException();}
set{throw new NotImplementedException();}
public virtual string ImageFileName
@ -137,6 +137,16 @@ namespace ICSharpCode.Reports.Core.Test.ReportingLanguage.IntegrationTests
#endregion
#region test
private void settest ()
{
[TestFixtureSetUp]
public void Init()
@ -21,11 +21,7 @@ namespace ICSharpCode.Reports.Core.Test.ReportingLanguage
p.ReportName = "SharpTestReport.srd";
p.ReportFileName =@"c:\testreports\SharpTestReport.srd";
p.ExecutionTime = new DateTime(2009,12,24,23,59,59);
return p;