menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Report - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Report

    Configures the report.

    Inheritance
    System.Object
    Report
    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public class Report : DependencyObject

    Constructors

    Report()

    Initializes a new instance of the Report class.

    Declaration
    public Report()

    Fields

    CategoricalAxisProperty

    Using a DependencyProperty as the backing store for CategoricalAxisElements. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty CategoricalAxisProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SeriesAxisProperty

    Using a DependencyProperty as the backing store for SeriesAxisElements. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty SeriesAxisProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    SlicerAxisProperty

    Using a DependencyProperty as the backing store for SlicerAxisElements. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty SlicerAxisProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    CategoricalAxis

    Gets or sets the categorical axis.

    Declaration
    public CategoricalAxis CategoricalAxis { get; set; }
    Property Value
    Type Description
    CategoricalAxis

    The categorical axis.

    SeriesAxis

    Gets or sets the report measure elements.

    Declaration
    public SeriesAxis SeriesAxis { get; set; }
    Property Value
    Type Description
    SeriesAxis

    The report measure elements.

    SlicerAxis

    Gets or sets the report kpi elements.

    Declaration
    public SlicerAxis SlicerAxis { get; set; }
    Property Value
    Type Description
    SlicerAxis

    The report kpi elements.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved