Compartir a través de


Report Miembros

Represents a report.

El tipo Report expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico AddToCurrentPage Registers the value of a textbox as being on the current page.
Método publico EnableNativeCustomReportItem() () () () Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
Método publico EnableNativeCustomReportItem(String) Indicates the renderer natively supports all custom report item types, so the processing engine should not generate an image.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetChunk Gets a report data chunk.
Método publico GetHashCode (Se hereda de Object).
Método publico GetOrCreateChunk Gets or creates a report data chunk.
Método publico 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.
Método publico GetReportUrl URL from which the report was executed
Método publico GetResource Used to retrieve auxiliary resources used during rendering. E.g. An XSLT used by the XML renderer
Método publico GetStreamUrl URL by which a client application may request a stream of the given name
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico SetPage 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.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Author Author of the report
Propiedad pública AutoRefresh Rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Propiedad pública Body Describes how the body of the report is structured and rendered
Propiedad pública 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.
Propiedad pública CustomProperties Custom information to be handed to the report rendering component
Propiedad pública DataElementName Name of a top level element that represents the report data.
Propiedad pública DataElementStyle Indicates whether leaf-level values (e.g. textbox values and chart data values) should render as elements or attributes
Propiedad pública DataSchema The schema or namespace to use for a report data rendering.
Propiedad pública DataSetName Name of the dataset, if the report contains only one dataset
Propiedad pública 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”).
Propiedad pública DefinitionPath Gets the path to this report definition object in the report definition.
Propiedad pública Description Description of the report
Propiedad pública DocumentMap The document map for the report
Propiedad pública ExecutionTime When the report was executed
Propiedad pública HasBookmarks Indicates the report contains bookmarks
Propiedad pública HasDocumentMap Indicates the report contains document map labels
Propiedad pública ID Gets the unique identifier for this report definition object.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Language The primary language of the text.
Propiedad pública Location The location from which the report was executed
Propiedad pública Name Description
Propiedad pública NeedsHeaderFooterEvaluation Indicates AddToCurrentPage must be called for each item on the page before GetPageSections is called.
Propiedad pública Page Contains page layout information about the report.
Propiedad pública Parameters Gets the report parameters.
Propiedad pública ParentDefinitionPath Gets the path to report definition object's parent in the report definition.
Propiedad pública ShowHideToggle UniqueName of the toggled item in the current rendering request, if any.
Propiedad pública SnapshotPageSizeInfo A rough indication of the size of the report, which can be used to drive memory management decisions within the rendering extension.
Propiedad pública SortItem UniqueName of the selected user sort item in the current rendering request, if any.
Propiedad pública Width Width of the report

Principio