Wpf redundant : Changed concerns in OLAP Grid - #2664
Conversation
…dating_for_ImageEditor 1048021 - Updated the redundant keyword for WPF ImageEditor
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
Update section title and content for clarity
DOCINFRA-2341_merged_using_automation
…e_redundant_keywords_in_WPF Documentation(1045772): Need to remove Redundant Keywords in WPF SfDiagram
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
…aps, HeatMap and OLAP-Chart
DOCINFRA-2341_merged_using_automation
…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
DOCINFRA-2341_merged_using_automation
DOCINFRA-2341_merged_using_automation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
|  | ||
|
|
||
| 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. |
There was a problem hiding this comment.
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. | ||
|
|
There was a problem hiding this comment.
Here, we can remove the "component".
| 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. |
There was a problem hiding this comment.
Here, maintain the control name as Olap Grid
| 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. |
There was a problem hiding this comment.
Here, maintain the control name as Olap Grid
| ## 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: |
There was a problem hiding this comment.
Here, maintain the control name as Olap Grid
| * 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. |
There was a problem hiding this comment.
Here, maintain the control name as Olap Grid
| 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. |
There was a problem hiding this comment.
Here, maintain the control name as Olap Grid
| * **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. |
There was a problem hiding this comment.
Here, maintain the control name as Olap Grid
|
Build Status: INQUEUE 🕒 |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
No description provided.