Support Forum

[Question] Report and link


Goodmorning,
Can anyone give directions to create reports
of the type: click on ID of element (wall, room, etc.) and highlight red color the object in the plan?
Thank you for indication.

Show most helpful answer Hide most helpful answer

Hi, here you can find informations about that topic in german:
https://connect.allplan.com/de/forum/themen/topic/topics/cad-architektur/massenermittlung-ohne-bcm-kann-man-waende-irgendwie-so-beschriften-dass-jeder-sie-im-report-sofort/page/3.html#post_285928
Most important is to insert the Action tag/ Bookmark tag as shown below.
Every element (textbox, picture, ...) with the click funcionality needs this tag.

                    <Textbox Name="textbox38">
                      <Action>
                        <BookmarkLink>="Zoom:"+Fields!Allright_ID.Value+",Mark:"+Fields!Allright_ID.Value</BookmarkLink>
                      </Action>
                      <Style>
                        <BorderWidth>
                          <Default>0.5pt</Default>
                        </BorderWidth>
                        <FontSize>8pt</FontSize>
                        <PaddingLeft>2pt</PaddingLeft>
                        <PaddingRight>2pt</PaddingRight>
                        <PaddingTop>2pt</PaddingTop>
                        <PaddingBottom>2pt</PaddingBottom>
                      </Style>
                      <CanGrow>true</CanGrow>
                      <Value>=Fields!ObjectName.Value</Value>
                    </Textbox>

regards

VG
Marcus

Quote by Danilos
Goodmorning,
Can anyone give directions to create reports
of the type: click on ID of element (wall, room, etc.) and highlight red color the object in the plan?

Thank you for indication.

For example like this attachment

Attachments (1)

Type: image/png
Downloaded 95 times
Size: 20,60 KiB

Hi, here you can find informations about that topic in german:
https://connect.allplan.com/de/forum/themen/topic/topics/cad-architektur/massenermittlung-ohne-bcm-kann-man-waende-irgendwie-so-beschriften-dass-jeder-sie-im-report-sofort/page/3.html#post_285928
Most important is to insert the Action tag/ Bookmark tag as shown below.
Every element (textbox, picture, ...) with the click funcionality needs this tag.

                    <Textbox Name="textbox38">
                      <Action>
                        <BookmarkLink>="Zoom:"+Fields!Allright_ID.Value+",Mark:"+Fields!Allright_ID.Value</BookmarkLink>
                      </Action>
                      <Style>
                        <BorderWidth>
                          <Default>0.5pt</Default>
                        </BorderWidth>
                        <FontSize>8pt</FontSize>
                        <PaddingLeft>2pt</PaddingLeft>
                        <PaddingRight>2pt</PaddingRight>
                        <PaddingTop>2pt</PaddingTop>
                        <PaddingBottom>2pt</PaddingBottom>
                      </Style>
                      <CanGrow>true</CanGrow>
                      <Value>=Fields!ObjectName.Value</Value>
                    </Textbox>

regards

VG
Marcus

Quote by Marcus
Hi, here you can find informations about that topic in german:

https://connect.allplan.com/de/forum/themen/topic/topics/cad-architektur/massenermittlung-ohne-bcm-kann-man-waende-irgendwie-so-beschriften-dass-jeder-sie-im-report-sofort/page/3.html#post_285928

Most important is to insert the Action tag/ Bookmark tag as shown below.

Every element (textbox, picture, ...) with the click funcionality needs this tag.

regards


Thank you for information, Marcus.

https://connect.allplan.com/ uses cookies  -  More information

Accept