ActiveReports Developer 7
Report Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : Report Class

Glossary Item Box

The following tables list the members exposed by Report.

Public Constructors

 NameDescription
Public ConstructorReport ConstructorInitializes a new instance of the Report class.  
Top

Public Properties

 NameDescription
Public PropertyAuthor

Gets or sets a value indicating the author of the report.

 
Public PropertyAutoRefresh

Gets or sets the rate at which the report page automatically refreshes, in seconds.

 
Public PropertyBody

Gets or sets the structure for the body of the report.

 
Public PropertyBottomMargin

Gets or sets the height of the bottom margin.

 
Public PropertyClasses

Gets the code classes to instantiate during report initialization.

 
Public PropertyCode

Gets or sets a string of code available to the report for use as a custom function.

 
Public PropertyCodeModules

Gets the code modules to make available to the report for use in expressions.

 
Public PropertyCollateByGets or sets the collation settings for fixed page layout report.  
Public PropertyComponentsReturns the ReportComponentCollection containing all of the components hosted in the report.  
Public PropertyContainer (Inherited from System.ComponentModel.Component)
Public PropertyCustom

Gets or sets custom information to be passed to the report engine.

 
Public PropertyCustomPropertiesGets the collection of the custom properties of the report.  
Public PropertyDataElementName

Gets or sets the name of a top level element that represents the report data.

 
Public PropertyDataElementStyle

Gets or sets a value indicating whether textboxes render as elements or attributes.

 
Public PropertyDataSchema

Gets or sets the schema or namespace to use for an exported report.

 
Public PropertyDataSets

Gets the data that is displayed as part of the report.

 
Public PropertyDataSources

Gets the collection of data sources from which data sets are taken for the report.

 
Public PropertyDataTransform

Gets or sets the name and location of the transformation file to apply to an exported report. This can be a full folder path (e.g. "/xsl/xfrm.xsl"), or a relative path (e.g. "xfrm.xsl").

 
Public PropertyDescription

Gets or sets a description of the report.

 
Public PropertyEmbeddedImages

Gets a collection of the images embedded in the report.

 
Public PropertyInteractiveHeight

Gets or sets the default report height when rendering the report in interactive mode.

 
Public PropertyInteractiveWidth

Gets or sets the default report width when rendering the report in interactive mode.

 
Public PropertyLanguage

Gets or sets the primary language of the text.

 
Public PropertyLeftMargin

Gets or sets the width of the left margin.

 
Public PropertyLocalizationResources

Gets the collection of the localization resources for the report.

 
Public PropertyMasterReportSpecifies URI for the master report, if any  
Public PropertyName

Gets or sets the name of the report.

 
Public PropertyPageFooter

Gets or sets the footer object that is output at the bottom of each report page.

 
Public PropertyPageHeader

Gets or sets the header object that is output at the top of each report page.

 
Public PropertyPageHeight

Gets or sets the height of the pages in the report.

 
Public PropertyPageWidth

Gets or sets the width of the pages in the report.

 
Public PropertyPaperOrientationGets or sets the report's pages paper orientation that used for printing.  
Public PropertyParentOverridden. Gets or sets the parent IReportComponentContainer hosting this control.  
Public PropertyReportParameters

Gets the parameters for the report.

 
Public PropertyRightMargin

Gets or sets the width of the right margin.

 
Public PropertySite (Inherited from System.ComponentModel.Component)
Public PropertyThemesGets all themes associated with this Report.  
Public PropertyThemeUriGets or sets the URI for the current attached theme.  
Public PropertyTopMargin

Gets or sets the height of the top margin.

 
Public PropertyWidth

Gets or sets a value indicating the width of the report.

 
Top

Public Methods

 NameDescription
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodToString (Inherited from System.ComponentModel.Component)
Public MethodValidateValidates the information in each property of the Report object.  
Top

Public Events

 NameDescription
Public EventDisposed (Inherited from System.ComponentModel.Component)
Top

See Also