Share via


Report Members

Include Protected Members
Include Inherited Members

Represents a report.

The Report type exposes the following members.

Methods

  Name Description
Public method AddToCurrentPage(String, Object) Registers the value of a textbox as being on the current page.
Public method EnableNativeCustomReportItem() Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
Public method EnableNativeCustomReportItem(String) Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetChunk(Report.ChunkTypes, String) Gets a report data chunk.
Public method GetHashCode() (Inherited from Object.)
Public method GetOrCreateChunk(Report.ChunkTypes, String, Boolean%) Gets or creates a report data chunk.
Public method GetPageSections() Causes page header/footer calculations to be performed for the current page.This method must be called before accessing the PageSections for the report.
Public method GetReportUrl(Boolean) URL from which the report was executed
Public method GetResource(String, array<Byte[]%, String%) Used to retrieve auxiliary resources used during rendering. E.g. An XSLT used by the XML renderer
Public method GetStreamUrl(Boolean, String) URL by which a client application may request a stream of the given name
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method SetPage(Int32, Int32) Sets the current page number and total page count.This method must be called before GetPageSections.The totalPages argument must be accurate if NeedsHeaderFooterEvaluation is true. Otherwise, this argument is unused.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Author Author of the report
Public property AutoRefresh Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Public property Body Describes how the body of the report is structured and rendered
Public property ConsumeContainerWhitespace Gets a value that indicates whether all whitespace in containers (i.e. Body and Rectangle) should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the container.
Public property CustomProperties Custom information to be handed to the report rendering component
Public property DataElementName Name of a top level element that represents the report data.
Public property DataElementStyle Indicates whether leaf-level values (e.g. textbox values and chart data values) should render as elements or attributes
Public property DataSchema The schema or namespace to use for a report data rendering.
Public property DataSetName Name of the dataset, if the report contains only one dataset
Public property DataTransform The location to a transformation to apply to a report data rendering. This can be a full folder path (e.g. “/xsl/xfrm.xsl”) or relative path (e.g. “xfrm.xsl”).
Public property DefinitionPath Gets the path to this report definition object in the report definition.
Public property Description Description of the report
Public property DocumentMap The document map for the report
Public property ExecutionTime When the report was executed
Public property HasBookmarks Indicates the report contains bookmarks
Public property HasDocumentMap Indicates the report contains document map labels
Public property ID Gets the unique identifier for this report definition object.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Language The primary language of the text.
Public property Location The location from which the report was executed
Public property Name Description
Public property NeedsHeaderFooterEvaluation Indicates AddToCurrentPage must be called for each item on the page before GetPageSections is called.
Public property Page Contains page layout information about the report.
Public property Parameters Gets the report parameters.
Public property ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
Public property ShowHideToggle UniqueName of the toggled item in the current rendering request, if any.
Public property SnapshotPageSizeInfo A rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
Public property SortItem UniqueName of the selected user sort item in the current rendering request, if any.
Public property Width Width of the report

Top