I am building reports that I would like to embed a picture in. This way I can deploy the file to clients with the picture in the file.
Can this be done.? Currently the picture does not display as the picture file is on my computer and not my customers.
THanks.
Hello Forum
I have a report that contains a pie chart and I want to use the datapointlabelconnector (the little line linking the % to the section of the pie chart) only for sections in the pie chart that are too small to fit the actual datapoint label.
The sections of the pie chart correspond to a series group in the graph. The expression for the DataPointLabel is:
= Sum(Abs(Fields.Exposure)) / CDbl(Exec('graph2', Sum(Abs(Fields.Exposure))))
How can I write a conditional formatting expression for the "DataPointLabelConnectorConditionalFormatting" that will use label connectors only when the datapointlabel value is less than 5%?
Thanks,
Derek
For pie chart, if DataClass("xxx", 1) then slice gets out of circle.
Please give me any solution.
Hello,
I am using standalone designer to design a table with ten columns. I am setting table columns visibility based on some conditions. So, number of columns that are displaying will be based on that condition. I need to increases displaying columns width to fit into the page.Please refer the attached screen shot.
<
connectionStrings
>
<
add
name
=
"MyModelEntities"
connectionString
=
"metadata=res://*/Models.MyModel.csdl|res://*/Models.MyModel.ssdl|res://*/Models.MyModel.msl;provider=System.Data.SqlClient;provider connection string="Data Source=MYSERVER;Initial Catalog=MYDB;Persist Security Info=True;User ID=MyUser;Password=MyPassword;MultipleActiveResultSets=True""
providerName
=
"System.Data.EntityClient"
/>
</
connectionStrings
>
An error has occurred while processing Report 'MyReport':
Exception has been thrown by the target of an invocation.
------------- InnerException -------------
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.