General
Custom Implementations
public static void Main()
{
Sal.SalReportType = typeof(LLReport);
}Debugging
SalReport report = SalReport.FromHandle(e.WParam);ReportDocument doc = (ReportDocument)report.ReportDocument; // <<- For CR
ListLabel ll = (ListLabel)report.ReportDocument; // <<- for LLLast updated
Was this helpful?