Skip to content

Wpf redundant : Changed concerns in OLAP Grid - #2664

Open
Dinesh-rangasamy wants to merge 31 commits into
masterfrom
WPF-Redundant
Open

Wpf redundant : Changed concerns in OLAP Grid#2664
Dinesh-rangasamy wants to merge 31 commits into
masterfrom
WPF-Redundant

Conversation

@Dinesh-rangasamy

Copy link
Copy Markdown
Collaborator

No description provided.

Vengadashan and others added 30 commits August 26, 2026 18:44
…dating_for_ImageEditor

1048021 - Updated the redundant keyword for WPF ImageEditor
Update section title and content for clarity
…e_redundant_keywords_in_WPF

Documentation(1045772): Need to remove Redundant Keywords in WPF SfDiagram
…ywords-Fix

Task(1049040): Updated the WPF Redundant keyword changes in UG
Task(1049040): Updated the WPF Charts and Bullet Graph Redundant keyword changes in UG
Task(1049040): Updated the WPF Classic/Chart, Heatmap, Maps, Digital gauge and OLAP Chart Redundant keyword changes in UG
Task(1032182)-Redundant keywords are added in the Scheduler SDK controls
@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: WPF-Redundant

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: WPF-Redundant
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 7
MD File Encoding Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Comment thread wpf/OLAP-Grid/Getting-Started.md Outdated
![Getting-Started Image0](Getting-Started_images/Getting-Started_img0.png)

Add a **Name** to the OLAP grid component for accessing it through code-behind as shown in the following code sample.
Add a **Name** to the control component for accessing it through code-behind as shown in the following code sample.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we can remove the "component".


Add a **Name** to the OLAP grid component for accessing it through code-behind as shown in the following code sample.
Add a **Name** to the control component for accessing it through code-behind as shown in the following code sample.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, we can remove the "component".

Comment thread wpf/OLAP-Grid/Getting-Started.md Outdated
N> You can also get the assemblies by browsing to the default assembly location: {System Drive}:\Program Files (x86)\Syncfusion\Essential Studio\<version number>\precompiledassemblies\<version number>\<framework version>\

Include the following namespace in code-behind for OlapGrid, OlapDataManager, and OlapReport.
Include the following namespaces in code-behind for the control, OlapDataManager, and OlapReport.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, maintain the control name as Olap Grid

Comment thread wpf/OLAP-Grid/Getting-Started.md Outdated
Design-time binding support for OLAP Grid allows you to reduce the time spent on creating and customizing the report. Normally, it takes 5 to 10 minutes for creating a report and in the case of unfamiliar cubes it may extend further, but by using design-time support you can create a report in a couple of minutes. The following section explains how to create a report during design-time.

First drag the OLAP grid control from the toolbox to the Visual Studio designer surface.
First drag the control from the toolbox to the Visual Studio designer surface.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, maintain the control name as Olap Grid

Comment thread wpf/OLAP-Grid/Grid-Style-Dialog.md Outdated
## Style dialog

The OLAP grid style dialog is used to format the cells of the control. Styling can be applied to column headers, row headers, summary cells, and value cells. The following properties of headers and summary cells can be formatted:
The grid style dialog is used to format the cells of the control. Styling can be applied to column headers, row headers, summary cells, and value cells. The following properties of headers and summary cells can be formatted:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, maintain the control name as Olap Grid

Comment thread wpf/OLAP-Grid/Overview.md Outdated
* Layouts: Supports different grid layouts such as normal layout, Excel-like layout, Excel-like layout With member properties, normal top summary, and no summaries layout.
* Conditional formatting: You can define certain conditions, format cell's font, color, and border settings.
* Exporting: You can export the OLAP grid to Microsoft Excel, Microsoft Word, PDF, and CSV formats.
* Exporting: You can export the control to Microsoft Excel, Microsoft Word, PDF, and CSV formats.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, maintain the control name as Olap Grid

Comment thread wpf/OLAP-Grid/Paging.md Outdated
Paging in the OLAP Grid supports loading and rendering large amounts of data without any performance constraints.

The OLAP pager (user control) is included and bound with the OlapDataManager object of the respective OLAP grid. To enable paging, set the `EnablePaging` property to true.
The OLAP pager (user control) is included and bound with the OlapDataManager object of the respective grid. To enable paging, set the `EnablePaging` property to true.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, maintain the control name as Olap Grid

Comment thread wpf/OLAP-Grid/XAML-Configuration.md Outdated
* **CalculatedMembers**: Specifies the calculated members of the OLAP report.

Adding an OLAP report to the OLAP grid in design time is described in the following code sample.
Adding an OLAP report to the control in design time is described in the following code sample.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, maintain the control name as Olap Grid

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INQUEUE 🕒
Build Location: WPF-Redundant

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

Build Status: INPROGRESS 🔃
Build Location: WPF-Redundant

@SyncfusionBuild

Copy link
Copy Markdown
Contributor

CI Status: FAILURE ❌
Source Compilation: SUCCESS ✅
Failure Reason: CI Failure with violation
Build Location: WPF-Redundant
Technical Error(s): 0
Spelling Error(s): 0
Image Alt Text Error(s): 0
Image Size Error(s): 0
Image Name Error(s): 0
Front matter Error(s): 7
MD File Encoding Error(s): 0
File Path Error(s): 0
CodeSnippet File Path Missing Error(s): 0
Toc Anchor Tags Validation Error(s): 0
MD Tag Validation Error(s): 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.