[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PaperSize.ToString

ToString Method

ToString()

Returns a string that represents the current PaperSize.

Declaration
public override string ToString()
Returns
Type Description
string

A string in the form "[PaperSize {PaperName} Kind={Kind} Height={Height} Width={Width}]".

Overrides