Show / Hide Table of Contents

Class ExportUtils

For internal use only.

Inheritance
System.Object
ExportUtils
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: FastReport.Export
Assembly: FastReport.OpenSource.dll
Syntax
public static class ExportUtils

Methods

FloatToString(Double)

Declaration
public static string FloatToString(double value)
Parameters
Type Name Description
System.Double value
Returns
Type Description
System.String

GetPageHeight(ReportPage)

Gets current page height.

Declaration
public static float GetPageHeight(ReportPage page)
Parameters
Type Name Description
ReportPage page
Returns
Type Description
System.Single

GetPageWidth(ReportPage)

Gets current page width.

Declaration
public static float GetPageWidth(ReportPage page)
Parameters
Type Name Description
ReportPage page
Returns
Type Description
System.Single
Back to top Generated by DocFX