Name | Description | |
---|---|---|
ExportSettings Constructor | Initializes a new instance of the ExportSettings class. |
The following tables list the members exposed by ExportSettings.
Name | Description | |
---|---|---|
ExportSettings Constructor | Initializes a new instance of the ExportSettings class. |
Name | Description | |
---|---|---|
Author | Gets or sets the author of the export settings. | |
Description | Gets or sets the description of the export settings. | |
FromPage | ||
IsAuthorDefined | Gets a boolean value indicating if the Author property has been explicitly set. | |
IsDescriptionDefined | Gets a boolean value indicating if the Description property has been explicitly set. | |
IsFromPageDefined | ||
IsKeywordsDefined | Gets a boolean value indicating if the Keywords property has been explicitly set. | |
IsLandscapeDefined | Gets a boolean value indicating if the Landscape property has been explicitly set. | |
IsMarginsDefined | Gets a boolean value indicating if the Margins property has been explicitly set. | |
IsPaperSizeDefined | Gets a boolean value indicating if the PaperSize property has been explicitly set. | |
IsTitleDefined | Gets a boolean value indicating if the Title property has been explicitly set. | |
IsToPageDefined | ||
Keywords | Gets or sets the keywords associated with the export settings. | |
Landscape | Gets or sets a value indicating whether the Report is exported in landscape or portrait orientation. | |
Margins | Gets or sets the System.Drawing.Printing.Margins for the Report's pages. | |
PaperSize | Gets or sets the size of the Report's pages. | |
Title | Gets or sets the title associated with the export settings. | |
ToPage |
Name | Description | |
---|---|---|
ResetAuthor | Resets the value of the Author property to its default value, a null reference (Nothing in Visual Basic). | |
ResetDescription | Resets the value of the Description property to its default value, a null reference (Nothing in Visual Basic). | |
ResetFromPage | ||
ResetKeywords | Resets the value of the Keywords property to its default value, a null reference (Nothing in Visual Basic). | |
ResetLandscape | Resets the value of the Landscape property to its default value, false. | |
ResetMargins | Resets the value of the Margins property to its default value, a null reference (Nothing in Visual Basic). | |
ResetPaperSize | Resets the value of the PaperSize property to its default value, a null reference (Nothing in Visual Basic). | |
ResetTitle | Resets the value of the Title property to its default value, a null reference (Nothing in Visual Basic). | |
ResetToPage |