menu

UWP

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

    Show / Hide Table of Contents

    Class OlapReportCollection

    Represents the collection of OlapReport.

    Inheritance
    System.Object
    OlapReportCollection
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class OlapReportCollection : ObservableCollection<OlapReport>

    Constructors

    OlapReportCollection()

    Declaration
    public OlapReportCollection()

    Properties

    Item[String]

    Gets or sets the OlapReport with the specified name.

    Declaration
    public OlapReport this[string name] { get; set; }
    Parameters
    Type Name Description
    System.String name

    The OlapReport name.

    Property Value
    Type Description
    OlapReport

    OlapReport

    Methods

    FindReportByName(String)

    Finds the OLAP report by its name

    Declaration
    public OlapReport FindReportByName(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the OLAP report.

    Returns
    Type Description
    OlapReport

    A OlapReport.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved