|
Query |
Response |
|
first I make Report with report design it is in attachment file contains 3 Tablix render from datasource (sql local server )
so I want to put it in report viewer i did that and i read topic about it but problems is always counter error Syncfusion.RDL.Data.ReportModel.ParseExpression()
so I enter parameter and I want to keep datasource like same in report file but didn't work , that's all to change 3 Tablix header from codebehind
|
We have validated your shared sample and the issue occurs while running the sample is due to RDL type specified as “2008” in report definition. Since the RDL report is in “2010” RDL schema, we need to change the RDL type based on this in report definition to render the report without any exception. Also, you have specified “ProcessingMode” as “Local” in your sample, We have to use “ProcessingMode” as “Remote” for processing RDL reports. We have modified your sample based on this with dummy data and the modified sample can be downloaded from the below location.
|
|
second like i said before i used community version and i install in my computer so and used sdk to load in Refrences to my project in Visual studio , so is this sdk also has a community licence or I have to download it seperatly from other place I hope you provide me with links |
If you have installed “Syncfusionessentialwpf” at your end, the you can find the reference assemblies from the below installed location.
C:\Program Files (x86)\Syncfusion\Essential Studio\$Installed Version$\Assemblies
You don’t need to refer the SDK assemblies. |
|
Query |
Response | |
|
first I know I can use direction right to left or left to right in every tablix but can I make it to reportdefintion property or all body once time and don't have to use it in every tablix (Arabic direction of tablix and all report body ) |
In RDL reporting if we specify layout direction as RTL to tablix then the direction of tablix columns only changes and currently we don’t have support for this in our report viewer, so could you please confirm whether you requirement is to render the tablix and body report items in RTL layout direction or you need to change the direction of text in tablix and textbox report item. It will be helpful for us to provide the solution at the earliest. | |
|
Second how could I change image source in my code attachment that you had because i can't assign source from DOM.Source to source in window so I hope you put some light , I want to use external Source of image how could do this |
If your requirement is to pass an external image in code behind, then you can set image source type as “External” and then pass the image path or image url to Image.value property. Please find the below code snippet as per your sample.
Also, please find the modified sample from the below location.
|