devexpress-reports-aspnetcore

devexpress-reports-aspnetcore is a skill for Claude Code from DevExpress/agent-skills. It costs 165 tokens per session (4,996 once invoked), scanned A, original, MIT.

A setup guide for adding the DevExpress web report viewer and report designer to ASP.NET Core MVC or Razor Pages applications. The viewer previews reports, while the designer lets users create and save them in a browser.

In plain words
What is it for?
Use it to configure reporting services, add viewer or designer pages, bundle required assets, implement report storage or providers, customize controls, protect endpoints, and troubleshoot display or deployment problems.
Why use it?
It covers the application wiring that is easy to miss, including services, middleware, browser assets, report storage, security, and deployment settings. It is for integration rather than designing report layouts or data bindings.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: names the AskUserQuestion tool; mentions Claude Code.

Part of the dx-reporting plugin — 4 skills, 1 agent shipped together

Good fit Use it to configure reporting services, add viewer or designer pages, bundle required assets, implement report storage or providers, customize controls, protect endpoints, and troubleshoot display or deployment problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/devexpress/agent-skills/devexpress-reports-aspnetcore
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DevExpress/agent-skills --skill devexpress-reports-aspnetcore
Clone the repo
git clone --depth 1 https://github.com/DevExpress/agent-skills

Made for: Claude Code.

Or install dx-reporting, the plugin that ships this one along with the rest of its 4 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for devexpress-reports-aspnetcore

README.md
[![agentmods](https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-reports-aspnetcore/github.svg)](https://agentmods.dev/skills/devexpress/agent-skills/devexpress-reports-aspnetcore)
Your own site
<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-reports-aspnetcore"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-reports-aspnetcore/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for devexpress-reports-aspnetcore

Your own site · 80×15
<a href="https://agentmods.dev/skills/devexpress/agent-skills/devexpress-reports-aspnetcore"><img src="https://agentmods.dev/badge/skills/devexpress/agent-skills/devexpress-reports-aspnetcore.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 165 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,996 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 362
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00165 $0.04996
Opus 5 $0.00082 $0.02498
Sonnet 5 $0.00033 $0.00999
Haiku 4.5 $0.00016 $0.00500

Measured 11d ago against content hash d9afe5542daa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

devexpress-reports-aspnetcore scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/dx-reporting/skills/devexpress-reports-aspnetcore/SKILL.md · 374 lines

How it starts

The opening of the file, as written. The whole thing — 374 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DevExpress ASP.NET Core Reporting — Viewer & Designer Integration

Integrates the DevExpress Web Document Viewer (read-only preview) and Web Report Designer (full end-user designer) into ASP.NET Core MVC and Razor Pages applications. The viewer renders reports in the browser via server-side document generation; the designer lets end-users create and save reports without developer involvement.

This skill covers UI component integration only. For creating reports programmatically (bands, controls, data binding, expressions, export), use the devexpress-reports-core skill.

When to Use This Skill

  • Add a Document Viewer to an ASP.NET Core MVC or Razor Pages application
  • Add an End-User Report Designer to an ASP.NET Core application
  • Configure Program.cs services and middleware for reporting
  • Set up npm bundling (bundleconfig.json, libman.json) for reporting assets
  • Implement ReportStorageWebExtension or IReportProvider
  • Customize viewer/designer toolbar, tab panel, export options, parameter editors
  • Configure security: authorization, CSRF protection, CSP nonce
  • Deploy reporting to Linux or macOS (Skia renderer setup)
  • Troubleshoot blank viewers, HTTP errors, or script loading failures
  • Set up multi-server (web farm/garden) document storage

Prerequisites & Installation

NuGet Packages

Package Purpose
DevExpress.AspNetCore.Reporting Document Viewer + Report Designer server-side
BuildBundlerMinifier Bundles npm output into wwwroot/
Microsoft.Web.LibraryManager.Build Copies icon fonts to wwwroot/
DevExpress.Drawing.Skia Required on Linux and macOS hosts

npm Packages (package.json)

{
  "dependencies": {
    "bootstrap": "^4.3.1",
    "devextreme-dist": "26.1-stable",
    "@devexpress/analytics-core": "26.1-stable",
    "devexpress-reporting": "26.1-stable"
  }
}

npm and NuGet versions must match. All DevExpress packages — both npm and NuGet — must use the same major.minor version (e.g., 26.1). A mismatch causes configurator.UseDevelopmentMode() to report version errors and the viewer to silently fail.

Read the full file on GitHub · 374 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 374 lines · 165 tokens per session scan A d9afe5542daa

Subscribe to this mod's changes

devexpress-reports-aspnetcore is a skill published in the GitHub repository DevExpress/agent-skills (52 stars, last pushed 24d ago), licensed MIT. It adds 165 tokens to every session and 4,996 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

npoi

Use when reading/writing Excel (.xls/.xlsx) or Word (.doc/.docx) files in .NET without Microsoft Office — data import/export, report generation, template filling. NPOI: .NET port of Apache POI for Office file I/O in server environments.

znlgis/opengis-skills · 60 tokens

nutrient-dotnet-server-sdk

Nutrient .NET SDK — the server-side .NET SDK that was rebranded from GdPicture.NET SDK. PSPDFKit rebranded to Nutrient; the .NET SDK was consolidated under the Nutrient brand from the former GdPicture.NET product line. Training data is stale on the rebrand and current capabilities — answer from this skill rather than…

PSPDFKit-labs/nutrient-skills · 84 tokens

docx-generator

Create, edit, and format Word documents with OpenXML SDK (.NET): reports, proposals, contracts, academic papers, CJK support.

SebastianLuser/claude-code-arcane · 32 tokens

azure-ai-document-intelligence-dotnet

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.

Ghosteken/agent-harness · 34 tokens

azure-ai-document-intelligence-dotnet

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models.

26BB/agentic-awesome-skills-mcp · 34 tokens

flexcel-net

Use when writing C# / VB.NET / F# code that reads, writes, manipulates, or exports Excel (.xlsx / .xls) files, generates PDF or HTML from Excel, or produces data-driven reports with FlexCel Studio for .NET (TMS Software). Triggers include Excel/xlsx from C#, XlsFile, FlexCelReport, FlexCelPdfExport, FlexCelHtmlExport…

tmssoftware/skills · 126 tokens