c# - Crystal Reports 13.0.2 (VS2012), Dynamic Image Loading -


the images should load in picture object(insert -> picture -> selected 1.jpg) dynamically not showing in report. instead default image selected shows up.(1.jpg)

what i've done change "graphic location" "pic/"+{picid}+".jpg", plus same syntax in hyperlink section. when click on image(hyperlink), shows in browser not in report.

i've searched alot , added handlers in web.config, checked other images, used ole paintbrush image, added "aspnet_client(2.0 , 4.0)" folder root, checked folder permissions of images , still same image shows up.

any appriciated

<?xml version="1.0" encoding="utf-8"?> <xs:schema id="rptappsettings" targetnamespace="http://tempuri.org/appsettings.xsd"   xmlns:mstns="http://tempuri.org/appsettings.xsd" xmlns="http://tempuri.org  /appsettings.xsd" xmlns:xs="http://www.w3.org/2001/xmlschema" xmlns:msdata="urn:schemas-  microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop"   attributeformdefault="qualified" elementformdefault="qualified"> <xs:annotation> <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource"> <datasource defaultconnectionindex="0"   functionscomponentname="queriestableadapter"     modifier="autolayout, ansiclass, class,     public" schemaserializationmode="includeschema" xmlns="urn:schemas-microsoft-  com:xml-msdatasource">   <connections>   <connection appsettingsobjectname="web.config" appsettingspropertyname="connectionstring" isappsettingsproperty="true" modifier="assembly" name="connectionstring (web.config)" parameterprefix="@" propertyreference="appconfig.system.configuration.configurationmanager.0.connectionstrings.connectionstring.connectionstring" provider="system.data.sqlclient" /> </connections> <tables /> <sources /> </datasource> </xs:appinfo> </xs:annotation> <xs:element name="rptappsettings" msdata:isdataset="true" msdata:usecurrentlocale="true" msprop:generator_datasetname="rptappsettings" msprop:generator_userdsname="rptappsettings"> <xs:complextype> <xs:choice minoccurs="0" maxoccurs="unbounded"> <xs:element name="app_settings" msprop:generator_usertablename="app_settings" msprop:generator_rowevargname="app_settingsrowchangeevent" msprop:generator_tablevarname="tableapp_settings" msprop:generator_tablepropname="app_settings" msprop:generator_rowdeletingname="app_settingsrowdeleting" msprop:generator_rowchangingname="app_settingsrowchanging" msprop:generator_rowdeletedname="app_settingsrowdeleted" msprop:generator_tableclassname="app_settingsdatatable" msprop:generator_rowchangedname="app_settingsrowchanged" msprop:generator_rowevhandlername="app_settingsrowchangeeventhandler" msprop:generator_rowclassname="app_settingsrow">   <xs:complextype>     <xs:sequence>         <xs:element name="logoimage"     msprop:generator_columnvarnameintable="columnlogoimage"   msprop:generator_columnpropnameinrow="logoimage"    msprop:generator_columnpropnameintable="logoimagecolumn"    msprop:generator_usercolumnname="logoimage" type="xs:base64binary" minoccurs="0" />       </xs:sequence>     </xs:complextype>    </xs:element>   </xs:choice>  </xs:complextype> </xs:element>   </xs:schema> 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -