com.crystaldecisions.sdk.occa.report.document
Class PrintReportOptions.PageRange

java.lang.Object
  |
  +--com.crystaldecisions.sdk.occa.report.document.PrintReportOptions.PageRange
Enclosing class:
PrintReportOptions

public static final class PrintReportOptions.PageRange
extends java.lang.Object

Use this class to specify a printer page range.


Field Summary
 int end
          The last page of the range of report pages to be printed.
 int start
          The first page of the range of report pages to be printed.
 
Constructor Summary
PrintReportOptions.PageRange(int start_, int end_)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           For internal use only.
 int hashCode()
           For internal use only.
 java.lang.String toString()
           Returns the String value of this PageRange object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

start

public final int start
The first page of the range of report pages to be printed.


end

public final int end
The last page of the range of report pages to be printed.

Constructor Detail

PrintReportOptions.PageRange

public PrintReportOptions.PageRange(int start_,
                                    int end_)
Method Detail

equals

public boolean equals(java.lang.Object other)

For internal use only.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

For internal use only.

Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()

Returns the String value of this PageRange object.

Overrides:
toString in class java.lang.Object
Returns:
The String value of this PageRange object.