ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class
Properties Methods Events

In This Topic
    Report Class Members
    In This Topic

    The following tables list the members exposed by Report.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Report class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating the author of the report.  
    Public PropertyGets or sets the rate at which the report page automatically refreshes, in seconds.  
    Public PropertyGets or sets the structure for the body of the report.  
    Public PropertyGets or sets the height of the bottom margin.  
    Public Property

    Gets the code classes to instantiate during report initialization.

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

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

     
    Public PropertyGets or sets the collate setting of page report.  
    Public PropertyReturns the GrapeCity.ActiveReports.PageReportModel.Rdl.ReportComponentCollection containing all of the components hosted in the report.  
    Public PropertyIndicates that all white space in containers (such as Body and Rectangle) is consumed during report rendering when the container’s contents grow rather than preserving the minimum white space between the contents and the bounds of the container.  
    Public Property

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

     
    Public PropertyGets the custom properties.  
    Public Property

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

     
    Public Property

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

     
    Public Property

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

     
    Public PropertyGets the data that is displayed as part of the report.  
    Public PropertyGets the collection of data sources from which data sets are taken for the report.  
    Public Property

    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 PropertyGets or sets a description of the report.  
    Public PropertyThe report document map options.  
    Public Property

    Gets a collection of the images embedded in the report.

     
    Public Property

    Gets a collection of the images embedded in the report.

     
    Public Property

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

     
    Public Property

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

     
    Public Property  
    Public PropertyTrue if the report was merged with master  
    Public Property

    Gets or sets the primary language of the text.

     
    Public PropertyThe report layers collection.  
    Public PropertyGets or sets the width of the left margin.  
    Public Property

    Gets the collection of the localization resources for the report.

     
    Public PropertySpecifies URI for the master report, if any  
    Public Property

    Gets or sets the name of the report.

     
    Public PropertyGets or sets the footer object that is output at the bottom of each report page.  
    Public PropertyGets or sets the header object that is output at the top of each report page.  
    Public PropertyGets or sets the height of the pages in the report.  
    Public PropertyGets or sets the width of the pages in the report.  
    Public PropertyGets or sets the report's pages paper orientation that uesed for printing.  
    Public PropertyOverridden. Gets or sets the parent GrapeCity.ActiveReports.PageReportModel.Rdl.IReportComponentContainer hosting this control.  
    Public PropertyGets the parameters for the report.  
    Public PropertyGets or sets the width of the right margin.  
    Public PropertyGets or sets the page number to start the numeration with in the report.  
    Public PropertyGets or sets the source of the report's slylesheet.  
    Public PropertyGets or sets the value of the report's slylesheet.  
    Public PropertyGets all themes associated with this Report.  
    Public PropertyGets or sets the URI for the current attached theme.  
    Public PropertyGets or sets the height of the top margin.  
    Public PropertyGets or sets a value indicating the width of the report.  
    Top
    Public Methods
     NameDescription
    Public MethodValidates the information in each property of the Report object.  
    Top
    See Also