menu

WPF

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

    Show / Hide Table of Contents

    Class ReportList

    Lists the available reports in the report definition file

    Inheritance
    System.Object
    ReportList
    Namespace: Syncfusion.Windows.Tools.Olap
    Assembly: Syncfusion.OlapTools.WPF.dll
    Syntax
    public class ReportList : ComboBox

    Constructors

    ReportList()

    Initializes a new instance of the ReportList class.

    Declaration
    public ReportList()

    Properties

    Reports

    Gets or sets the reports.

    Declaration
    public OlapReportCollection Reports { get; set; }
    Property Value
    Type Description
    OlapReportCollection

    The reports.

    Methods

    OnPropertyChanged(DependencyPropertyChangedEventArgs)

    Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs).

    Declaration
    protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Windows.DependencyPropertyChangedEventArgs e

    The event data that describes the property that changed, as well as old and new values.

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