Compartir a través de


Clase Report

Represents a report.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.Report

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class Report _
    Implements IDefinitionPath
'Uso
Dim instance As Report
public sealed class Report : IDefinitionPath
public ref class Report sealed : IDefinitionPath
[<SealedAttribute>]
type Report =  
    class 
        interface IDefinitionPath 
    end
public final class Report implements IDefinitionPath

El tipo Report expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Author Gets the author of the report.
Propiedad pública AutoRefresh Gets the rate at which the report page (when rendered as HTML) automatically refreshes, in seconds.
Propiedad pública Body Obsoleto. Gets the body of the report.
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 Gets the custom information to be handed to the report rendering component
Propiedad pública DataElementName Gets the name of a top level element that represents the report data.
Propiedad pública DataElementStyle Gets a value that indicates whether leaf-level values (e.g. textbox values and chart data values) should render as elements or attributes.
Propiedad pública DataSchema Gets the schema or namespace to use for a report data rendering.
Propiedad pública DataSetName Gets the name of the dataset, if the report contains only one dataset.
Propiedad pública DataTransform Gets 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 Gets the description of the report.
Propiedad pública DocumentMap Gets the document map for the report.
Propiedad pública ExecutionTime Gets the most recent time the report is executed.
Propiedad pública HasBookmarks Gets a value that indicates the report contains bookmarks.
Propiedad pública HasDocumentMap Gets a value that indicates the report contains document map labels.
Propiedad pública ID Gets the unique identifier for this report definition object.
Propiedad pública InitialPageName Gets an expression that evaluates to the initial or default name of the report page.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Language Gets an expression that evaluates to the primary language of the text.
Propiedad pública Location Gets the location from which the report was executed.
Propiedad pública Name Gets the report name.
Propiedad pública NeedsHeaderFooterEvaluation Obsoleto. Gets a value that indicates whether AddToCurrentPage must be called for each item on the page before GetPageSections is called.
Propiedad pública NeedsOverallTotalPages Gets a value that indicates whether the Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
Propiedad pública NeedsPageBreakTotalPages Gets a value that indicates whether to the Globals!TotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
Propiedad pública NeedsReportItemsOnPage Gets a value that indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
Propiedad pública NeedsTotalPages Gets a value that indicates whether to the Globals!TotalPages or Globals!OverallTotalPages value is used in the page header or footer, and that this value needs to be calculated when generating the rendered output.
Propiedad pública Page Obsoleto. Gets the 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 ReportSections Gets the report sections in the report.
Propiedad pública ShowHideToggle Gets the unique name of the toggled item in the current rendering request, if any.
Propiedad pública SnapshotPageSizeInfo Gets 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 Gets the unique name of the selected user sort item in the current rendering request, if any.
Propiedad pública Width Obsoleto. Gets the width of the report.

Arriba

Métodos

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering