I am using combit list & label reporting software for one of my program in asp.net , unfortunately every thing is working but unable to preview the label before printing .
I have tried to manually import the created labels in to the path location from where it will fetch the label images , but even after it is not working , showing as plugin is available and when i right click on that arer it shows 3 options first is - install plugins which is greyed out unable to use it , second one is hide and third one is inspect element(i am using windows app to create the label and then fetch it in the web forms , while searching for the previously saved label in the windows app it opens automatically with out any probelm)
CabFilePath = ConfigurationSettings.AppSettings["CabFilePath"].ToString();
LblFilePath =
ConfigurationSettings.AppSettings["LblFilePath"].ToString();
the above code fetches the label form the path How or Were to check the required plugins in the source