Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7715547
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:24:46+00:00 2026-06-01T02:24:46+00:00

<ReportExport ID=export1 runat=server AlertNoTests=false PDFPageOrientation=Portrait HideExcel=true OnPDFClicked=CreatePDF AllowPDFOptions=true HideBulkPDFOptions=false HideOrientation=true HidePaperSize=true MaxReportsAtOnce=250 HideTextExport=true />

  • 0
<ReportExport ID="export1" runat="server" AlertNoTests="false" PDFPageOrientation="Portrait"
            HideExcel="true" OnPDFClicked="CreatePDF" AllowPDFOptions="true" HideBulkPDFOptions="false"
            HideOrientation="true" HidePaperSize="true" MaxReportsAtOnce="250" HideTextExport="true" />

I’m trying to use Visual Studio’s find feature using regular expressions to find ReportExport in my entire solution where the HideTextExport property is not being set. This is only ever defined in the markup once on a given page.

Any ideas on how I would find where ReportExport exists… but HideTextExport does not exist in the text?

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T02:24:48+00:00Added an answer on June 1, 2026 at 2:24 am

    This works for me:

    \<ReportExport(:Wh+~(HideTextExport):w=:q)+:Wh*/\>
    

    :Wh+ matches the whitespace preceding the attribute name and :w matches the name, but only after ~(HideTextExport) confirms that the name is not “HideTextExport”. :q matches the attribute’s value (assuming values are always quoted). < and > have to be escaped or VS Find will treat them as word boundaries.

    This is effectively the same as the .NET regex,

    <ReportExport(?:\s+(?!HideTextExport)[A-Za-z]+="[^"]+")+\s*/>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project where I would like to generate a report export in
I would like to build a results page for a report export page. This
I have a @WebService class that injects an @EJB. The EJB is packaged in
I would like to use a Dojo button to download an Excel or a
I have a web application, written in PHP, based on UTF-8 (both PHP and
I have some code in view: <%= form_for(:report_main, :url => {:action => 'exporttoxiccreate'}) do
When using the default export buttons within the ReportViewer, is there a way to
Is it possible to obtain a report (export or print) of all the selected
I have a salesforce I export to CSV using a URL like this https://tapp0.salesforce.com/00OT00000014APi?export=1&enc=UTF-8&xf=csv
Iam getting an error when iam trying to call a report made in iReport

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.