Class PerformanceSetting
Inheritance
System.Object
PerformanceSetting
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Wpf.dll
Syntax
public class PerformanceSetting
Constructors
PerformanceSetting()
Declaration
public PerformanceSetting()
Properties
AutoGrowText
Declaration
public bool AutoGrowText { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FetchLimit
Declaration
public int FetchLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PageCreation
Declaration
public PageCreation PageCreation { get; set; }
Property Value
Type | Description |
---|---|
PageCreation |
VirtualEvaluation
Declaration
public bool VirtualEvaluation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |