Class GetOlapDataWithTotalCountEventArgs
Provides data for the Syncfusion.Olap.UWP.Manager.OlapDataManager.GetOlapReportWithTotalCount event.
Inheritance
System.Object
    GetOlapDataWithTotalCountEventArgs
  Namespace: Syncfusion.Olap.UWP.Manager
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class GetOlapDataWithTotalCountEventArgs : EventArgs
  Constructors
GetOlapDataWithTotalCountEventArgs()
Declaration
public GetOlapDataWithTotalCountEventArgs()
  Properties
SerializedReport
Gets or sets the serialized OLAP report.
Declaration
public string SerializedReport { get; set; }
  Property Value
| Type | 
|---|
| System.String |