Token导航 LogoToken导航TokenDH.com
开发操作浏览器github未标认证来源可访问许可证需确认审计提醒

syncfusion-wpf-olap-client同步融合 wpf olap 客户端

Agent Skill

syncfusion-wpf-olap-client 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

349

周安装

14

GitHub Stars

2

下载量

113
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:syncfusion-wpf-olap-client(同步融合 wpf olap 客户端)
来源仓库:https://github.com/syncfusion/wpf-ui-components-skills
仓库路径:skills/syncfusion-wpf-olap-client
安装命令:
npx skills add https://github.com/syncfusion/wpf-ui-components-skills --skill syncfusion-wpf-olap-client
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/syncfusion/wpf-ui-components-skills --skill syncfusion-wpf-olap-client

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理与分析。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • syncfusion-wpf-olap-client 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Implementing Syncfusion WPF OLAP Client

The OLAP Client control for WPF provides comprehensive business intelligence capabilities for browsing and analyzing multidimensional data organized as dimensions, measures, named sets, and KPIs in cube format. It visualizes results in both graphical (chart) and tabular (grid) formats, and allows creating and editing reports on-the-fly for later use.

When to Use This Skill

Use this skill when you need to:

  • Analyze multidimensional data from OLAP cube databases (SSAS, Mondrian, ActivePivot)
  • Browse cube structures with dimensions, hierarchies, measures, and KPIs
  • Create business intelligence dashboards combining charts and grids
  • Build OLAP reports with drag-and-drop axis configuration
  • Connect to cube data sources (offline cubes, local/online SQL Server, Mondrian, ActivePivot)
  • Filter and slice data by members, values, or subsets
  • Sort and page large multidimensional datasets
  • Export BI reports to PDF, Excel, Word, CSV, or images
  • Implement drill-through operations for detailed data exploration
  • Work with named sets and calculated members in OLAP reports
  • Save and load report definitions for reusable analysis

Component Overview

The OLAP Client is a comprehensive BI control that includes:

  • Cube Selector: Switch between multiple cubes in a data source
  • Cube Dimension Browser: Tree view of measures, dimensions, hierarchies, levels, named sets, and KPIs
  • Axis Element Builder: Configure categorical (column), series (row), and slicer axes through drag-and-drop
  • Member/Measure Editors: Select specific members or measures for filtering
  • Toolbar: Quick access to report management, filtering, sorting, and export operations
  • OLAP Grid: Tabular representation of multidimensional data
  • OLAP Chart: Graphical visualization of cube data

Install the NuGet Package

To use the OLAP Client in your WPF application, install the following NuGet package:

Install-Package Syncfusion.OlapClient.WPF

Important Note

The Syncfusion OlapClient control is supported only in.NET Framework WPF applications. It is not supported in.NET Core. Please create a Framework-based WPF sample when working with OlapClient.

Documentation and Navigation Guide

Getting Started

📄 Read: references/getting-started.md

  • Installation and required assemblies
  • Three setup methods: Visual Studio designer, Expression Blend, Code-behind
  • Adding OLAP Client to WPF applications
  • OlapDataManager configuration
  • Connection string basics
  • First DataBind and rendering

Data Binding and Connections

📄 Read: references/data-binding.md

  • Binding to offline cube files (.cub)
  • Connecting to local SQL Server Analysis Services
  • Connecting to online SQL Server via XML/A
  • Connecting to Mondrian Server
  • Connecting to ActivePivot Server
  • Connection string patterns and authentication

OLAP Client Elements and UI Components

📄 Read: references/olap-client-elements.md

  • Cube Selector for switching cubes
  • Cube Dimension Browser structure and node types
  • Attribute hierarchies vs user-defined hierarchies
  • Axis Element Builder (categorical, series, slicer)
  • Drag-and-drop operations for building reports
  • Measure Editor and Member Editor dialogs
  • Toolbar features and report manipulation
  • OLAP Grid and OLAP Chart integration

Filtering Data

📄 Read: references/filtering.md

  • Filtering by member (check/uncheck selection)
  • Filtering by value (column and row filters)
  • Filter expressions and conditions
  • Subset filtering to limit record counts
  • ShowFilterSortButtons and ShowSubsetFilters properties

Sorting Data

📄 Read: references/sorting.md

  • Row and column sorting
  • Sorting dialog and options
  • Sort order configuration
  • Combining sorting with filtering

Paging Large Datasets

📄 Read: references/paging.md

  • Enabling and configuring paging
  • Page size settings
  • Pager customization
  • Performance optimization for large cubes

Exporting Reports

📄 Read: references/exporting.md

  • Export to PDF, Excel, Word, CSV, and images
  • Exporting OLAP Grid vs OLAP Chart
  • Export options and configuration
  • Programmatic export methods
  • Toolbar export buttons

Drill-Through Operations

📄 Read: references/drill-through.md

  • Drill-down through dimension hierarchies
  • Enabling expander options
  • ShowExpander property
  • Drill-through dialog for detailed data

Named Sets

📄 Read: references/named-sets.md

  • Understanding named sets in cubes
  • Using named sets in reports
  • Dragging named sets to axes
  • Named set vs dimension differences

Calculated Members

📄 Read: references/calculated-members.md

  • Creating custom calculations
  • MDX expressions for calculated members
  • Adding calculated members to reports
  • Common calculation patterns

Report Management and Serialization

📄 Read: references/report-management.md

  • Creating, adding, removing, and renaming reports
  • Saving reports to local system (XML files)
  • Loading reports from local system
  • Report collections and navigation
  • Serializing reports as XML
  • Storing and retrieving reports as streams
  • MDX query display

Quick Start Example

Basic OLAP Client Setup

<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
        Title="OLAP Client" Height="700" Width="900">
    <Grid>
        <syncfusion:OlapClient x:Name="olapClient1"
                               HorizontalAlignment="Stretch"
                               VerticalAlignment="Stretch"/>
    </Grid>
</Window>

Code-Behind Connection

using Syncfusion.Olap.Manager;
using Syncfusion.Windows.Client.Olap;

namespace OlapClientApp
{
    public partial class MainWindow : Window
    {
        public MainWindow()
        {
            InitializeComponent();
            // Defer initialization that depends on visual tree until Loaded
            this.Loaded += MainWindow_Loaded;
        }

        private void MainWindow_Loaded(object sender, RoutedEventArgs e)
        {
            // Example connection string (replace with your server or offline cube path)
            string connectionString = "YOUR_END_POINT"; // For e.g - "Data Source=http://<your-server-name>/olap/msmdpump.dll; " + "Initial Catalog=<YourCatalogName>;";
            // Create OlapDataManager with connection and assign to control
            OlapDataManager olapDataManager = new OlapDataManager(connectionString);
            this.olapClient1.OlapDataManager = olapDataManager;
            this.olapClient1.DataBind();
        }
    }
}

Common Patterns

Pattern 1: Connecting to Local Offline Cube

// For offline .cub files on local machine
string connectionString = "YOUR_END_POINT"; // For e.g - @"Datasource=<path_to_cube_file>; Provider=msolap;";
OlapDataManager olapDataManager = new OlapDataManager(connectionString);
this.olapClient1.OlapDataManager = olapDataManager;
this.olapClient1.DataBind();

Pattern 2: Connecting to Local SQL Server

// For SQL Server Analysis Services on localhost
string connectionString = "YOUR_END_POINT"; // For e.g - "Data source=localhost; Initial Catalog=Adventure Works DW";
OlapDataManager olapDataManager = new OlapDataManager(connectionString);
this.olapClient1.OlapDataManager = olapDataManager;
this.olapClient1.DataBind();

Pattern 3: Connecting to Mondrian Server

// For Mondrian OLAP server
string connectionString = "YOUR_END_POINT"; // For e.g - @"Data Source = http://<your-server-name>:<port>/mondrian/xmla; Initial Catalog = <YourCatalogName>;";
OlapDataManager olapDataManager = new OlapDataManager(connectionString);
// Set provider to Mondrian
olapDataManager.DataProvider.ProviderName = Syncfusion.Olap.DataProvider.Providers.Mondrian;
this.olapClient1.OlapDataManager = olapDataManager;
this.olapClient1.DataBind();

Pattern 4: Creating OLAP Client Programmatically

// Complete code-behind instantiation
OlapClient olapClient1 = new OlapClient();
string connectionString = "YOUR_END_POINT"; // For e.g - "Data Source=http://<your-server-name>/olap/msmdpump.dll; " + "Initial Catalog=<YourCatalogName>;";

OlapDataManager olapDataManager = new OlapDataManager(connectionString);
olapClient1.OlapDataManager = olapDataManager;
olapClient1.DataBind();

// Add to window grid
grid.Children.Add(olapClient1);

Pattern 5: Hiding Filter/Sort Buttons

// Control toolbar button visibility
this.olapClient1.ShowFilterSortButtons = false;
this.olapClient1.ShowSubsetFilters = false;

Key Components Overview

OlapDataManager

The core data manager that handles:

  • Connection details and cube authentication
  • Current report management
  • Cube name and schema information
  • Pivot engine for rendering

Usage:

OlapDataManager olapDataManager = new OlapDataManager(connectionString);

Axis Element Builder

Drag-and-drop interface for report construction with three axes:

  • Categorical (Column): Elements displayed along chart y-axis and grid columns
  • Series (Row): Elements displayed along chart x-axis and grid rows
  • Slicer: Filter to narrow data focus without displaying on chart/grid

Cube Dimension Browser

Tree view organizing cube elements:

  • Measures (quantitative analysis)
  • Dimensions (data categorization)
  • Hierarchies (attribute and user-defined)
  • Levels (hierarchy depth)
  • Named Sets (predefined tuple collections)

Common Use Cases

Business Intelligence Dashboards

Create interactive BI dashboards combining OLAP Grid and OLAP Chart for comprehensive data analysis with filtering, sorting, and drill-down capabilities.

Ad-Hoc Reporting

Enable end users to build custom reports on-the-fly by dragging dimensions and measures to axes, applying filters, and saving reports for later use.

Sales Analysis

Analyze sales data across multiple dimensions (time, geography, product categories) with ability to slice/dice data and drill through to detailed transactions.

Financial Reporting

Build financial reports with calculated members for custom metrics, named sets for grouped analysis, and export capabilities for sharing.

Multi-Cube Analysis

Connect to databases with multiple cubes and switch between them using the cube selector for different analytical perspectives.

Offline Analysis

Work with offline cube files for scenarios requiring disconnected data analysis without continuous server connection.

Required Assemblies

When setting up the OLAP Client, ensure these Syncfusion assemblies are referenced:

  • Syncfusion.Grid.Wpf
  • Syncfusion.Olap.Base
  • Syncfusion.Chart.Wpf
  • Syncfusion.OlapChart.Wpf
  • Syncfusion.OlapGrid.Wpf
  • Syncfusion.OlapGridCommon.Wpf
  • Syncfusion.OlapClient.Wpf
  • Syncfusion.OlapShared.Wpf
  • Syncfusion.OlapTools.Wpf

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.94%
按下载量换算43

Claude

29.54%
按下载量换算33

Cursor

19.91%
按下载量换算22

Gemini CLI

8.67%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills