Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
7.3 b.1043, 'Resources' is not a member of 'Printing'
posted

I am trying to localize the Print Preview dialog but can not find the RecourcesCustomizer for the dialog.  I have seen the following

rc = Infragistics.Win.Printing.Resources.Customizer

But I get the error: 

Error 47 'Resources' is not a member of 'Printing'.

 Why is that?  Where can I find this ResourceCustomizer?

rgds.

Ragnar

Parents
No Data
Reply
  • 10
    Offline posted

    I got the same problem in C# using Infragistics V8.2 and solved it by adding an assembly reference to Infragistics2.Win.UltraWinPrintPreviewDialog.v8.2.

    Infragistics.Shared.ResourceCustomizer customizerPrinting = Infragistics.Win.Printing.Resources.Customizer;

    customizerPrinting.SetCustomizedString("PrintPreview_Tool_ClosePreview", "test ClosePreview");

    Regards,

    Heidi

Children
No Data