or
| public static string DecodeHtml(string html) |
| { |
| string decodedText = HttpContext.Current.Server.HtmlDecode(html); |
| return decodedText; |
| } |
| =DecodeHtml(Fields.Description) |
| =DecodeHtml(Fields.ResolutionComment) |
| Describe the Problem: |
| Many aircraft's Work Unit Code (WUC) manuals have WUC's for wiring scattered throughout the manual. Also, there are few are or wire bundle specific WUC's. This all contributes to inaccurate data being entered into the maintenance data reporting system. Having WUC's scattered throughout the manual b aircraft system instead of |
| by aircraft location and/or wire bundle leads to inaccurate data submission and wasted time looking for the "best" WUC to use for a particular repair. Better use of WUC's will provide more detailed data submission which will enable better data extraction and better tracking of wiring problems. Wiring should be treated as a separate system and not as parts of several other aircraft systems. WUC's for wiring should be combined into a separate section in the WUC manual. WUC's for aircraft areas and/or wire bundles should be added. N.O.C. WUC's should be removed from the manuals. Also, more wire specific malfunction codes should be added. The E-2C aircraft community is currently working this issue. Recommend checking with them for ideas of what can be done. |
| Resolution: |
| #ERROR# The expression contains undefined function call DecodeHtml(). |
please i need this code in VB. i was trying to convert but a i have some troubles. :S plz help me.
thx.
public Form1()
{
initializeComponent();
Reportviewer1.report = new Report1();
}
private void btnRun_Click(object sender, eventArgs e)
{
(reportviewer1.report as report1).param1= tbParam1.text;
}
that need complex filter and i think if i can dynamic calling 'Filter Dialog Editor' then sent this dynamic filter back to Report, then it can make my report
more flexible.