Jump to content
We've recently updated our Privacy Statement, available here ×

Techvedic

Members
  • Posts

    6
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by Techvedic

  1. Hi,

    I hope this may help you:

    1. Start Visual Studio and build the solution.
    2. Start ArcMap. Click the Customize menu.
    3. Select Add-In Manager. Ensure that Custom Report Add-Ins is installed.
    4. Click Customize.
    5. Click the Commands tab. Under the Categories panel, browse to Add-In Controls.
    6. Click and drag the "Generate a report" button to ArcMap's toolbar from the Commands panel.
    7. Add the Counties layer to the table of contents (TOC) in ArcMap. The layer path is located at ArcGIS data sample location (that is, C:Program Files (x86)ArcGISDeveloperKit10.1SamplesdataCalifornia).
    8. Click the "Generate a report" button.

    Regards,

    Techvedic

  2. Hi,

    ~Go to Record/Request/Page (First)
    ~Loop
    ~ Set Variable [$PDFPath; Value:"file:" & Get ( DesktopPath ) & My Table::ID Number& ".pdf"]
    ~ If [Get(SystemPlatform) = 2]
    ~ Set Variable [$PDFPath; Value:"filewin:/"& Middle ($PDFPath; 2; Length ($PDFPath))]
    ~ End If
    ~ Save Records as PDF [Restore; "$PDFPath"; Current Records]
    ~ Go to Record/Request/Page [Next; Exit after Last]
    ~End Loop

    May Be this can Help You..

×
×
  • Create New...