Link to home
Start Free TrialLog in
Avatar of N P
N P

asked on

sql server report modifying and replacing embedded image file

I have a sql server report that has an embedded image file.  When I open the rdl, I see:

  <ReportSections>
    <ReportSection>
      <Body>
        <ReportItems>
          <Image Name="Image1">
            <Source>Embedded</Source>
            <Value>LetterHead4</Value>
            <Sizing>FitProportional</Sizing>
            <Height>1.57292in</Height>
            <Width>7.47918in</Width>
            <Style>
              <Border>
                <Style>None</Style>
              </Border>
            </Style>
          </Image>

Open in new window


My DBA's have left and I don't know how to find this file.  After I modify this file (if I can find it), I need to replace it with original.  Any suggestions much appreciated.

thanks
Nick
ASKER CERTIFIED SOLUTION
Avatar of Ray
Ray
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial