resident
جمعه 21 شهریور 1393, 21:56 عصر
سلام.
من میخوام برای تبدیل تاریخ میلادی به شمسی یه dll ای رو به stimulsoft اضافه کنم.
گزینه Referenced Assemblies در Properties گزارشم نیست. نسخه ی من 2013 است. ظاهرا در نسخه های قدیمی موجود بوده.
تو تابع GetReportSnapshot نوشتم:
StiReport report = new StiReport();
string[] newRefAsssemblies = new string[1] { "stimulsoft_shamsi_date.Dll" };
report.ReferencedAssemblies = newRefAsssemblies;
تو گزارشم هم در فیلد مدنظرم نوشتم:
{stimulsoft_shamsi_date.Calendar.Georgian_to_Shams i_Str(Invoice_View__invoice_.Invoice_InvoiceDateTi me)}
ضمنا stimulsoft_shamsi_date.dll رو در فولدری که فایل های mrt گزارشم هست کپی کردم.
اما همچنان خطای زیر رو دارم:
The error of compilation
The error of compilation is found in the 'Report' report:
The name 'stimulsoft_shamsi_date' does not exist in the current context
من میخوام برای تبدیل تاریخ میلادی به شمسی یه dll ای رو به stimulsoft اضافه کنم.
گزینه Referenced Assemblies در Properties گزارشم نیست. نسخه ی من 2013 است. ظاهرا در نسخه های قدیمی موجود بوده.
تو تابع GetReportSnapshot نوشتم:
StiReport report = new StiReport();
string[] newRefAsssemblies = new string[1] { "stimulsoft_shamsi_date.Dll" };
report.ReferencedAssemblies = newRefAsssemblies;
تو گزارشم هم در فیلد مدنظرم نوشتم:
{stimulsoft_shamsi_date.Calendar.Georgian_to_Shams i_Str(Invoice_View__invoice_.Invoice_InvoiceDateTi me)}
ضمنا stimulsoft_shamsi_date.dll رو در فولدری که فایل های mrt گزارشم هست کپی کردم.
اما همچنان خطای زیر رو دارم:
The error of compilation
The error of compilation is found in the 'Report' report:
The name 'stimulsoft_shamsi_date' does not exist in the current context