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 | 
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.  |