Search
ReportOptions Members
Properties
 


Encapsulates the options controlling the printing and previewing of a MindFusion.Scheduling report.

The following tables list the members exposed by the ReportOptions type.

 Public Properties

  Name Description

AbsoluteColumnWidth

Gets or sets a value indicating whether the width specified for individual columns are expressed in units relative to the page width or as points.

AlternativeStyle

Gets or sets the default style for alternative rows.

CellPadding

Gets or sets the padding of the resource cells, expressed in hundredths of an inch.

ColumnSpacing

Gets or sets the spacing between adjacent columns, expressed in hundredths of an inch.

CustomPreviewIcons

Gets or sets the images to display in the built-in Print Preview form.

CustomPreviewTexts

Returns a dictionary with the custom texts to use in the built-in Print Preview form.

DocumentName

Gets or sets the name of the print document.

FixedRowHeight

Gets or sets a value indicating whether to use a fixed row height as specified by the RowHeight property or to calculate the height of individual rows according to the contained text.

GroupHeaderStyle

Gets or sets the style of the resource headers in a grouped report.

GroupType

Gets or sets a value indicating whether grouping is enabled within the report.

HeaderHeight

Gets or sets the height of the columns' header, expressed in hundredths of an inch.

HeaderSpacing

Gets or sets the spacing between the header and the contents, expressed in hundredths of an inch.

Landscape

Gets or sets the orientation of the pages.

PageMargins

Gets or sets the page margins.

RowHeight

Gets or sets the height of individual rows, expressed in hundredths of an inch.

RowSpacing

Gets or sets the spacing between adjacent rows, expressed in hundredths of an inch.

ShowHeader

Gets or sets a value indicating whether the columns headers are displayed.

ShowHeadersOnAllPages

Gets or sets a value indicating whether the column headers are displayed on top of each page or only on the first one.

Style

Gets or sets the default style used for columns in the report.

UseCustomPreviewIcons

Gets or sets a value indicating whether to use the images specified through the CustomPreviewIcons property.

 See Also