@UmaHarano Can u point me to the documentation or the code snippet? Because when I am trying to insert field value in the report header, Field Value is disabled in Insert tab. In the documentation as well as the code snippet, it is mentioned that field value can inserted only in
GraphicElement fieldHeaderGraphic = ReportElementFactory.Instance.CreateRectangleParagraphGraphicElement(reportsSection, newHeaderFieldEnvelope, field.Name);
But using the above it is creating the field but not adding its dynamic value but exporting it as it is in the pdf file
For my use case besides fields section I need data like Label : {value} somewhere in the header(above field section) and then in runtime I need to update the value of data Label. Or can we create this section completely runtime without the placeholder. So from scratch can I create this Label:value?
I need data/structure like this in the pdf file
------------------------------------------------------------------------------------------------------------------------------------------------------
Label1: value Label2: value
Label3:value Label4:value
Page Header Section:
Details Section:
Page footer Section:
Report footer Section:
-------------------------------------------------------------------------------------------------------------------------------------------------------
@GKmieliauskas @Wolf @CharlesMacleod @NarelleChedzey