Compartir a través de


Clase PageSection

Contains properties relating to a PageHeader or PageFooter object. This class cannot be inherited.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportItem
    Microsoft.ReportingServices.ReportRendering.PageSection

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

Sintaxis

'Declaración
Public NotInheritable Class PageSection _
    Inherits ReportItem
'Uso
Dim instance As PageSection
public sealed class PageSection : ReportItem
public ref class PageSection sealed : public ReportItem
[<SealedAttribute>]
type PageSection =  
    class 
        inherit ReportItem 
    end
public final class PageSection extends ReportItem

El tipo PageSection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Bookmark Gets or sets the bookmark for this item on the report. (Se hereda de ReportItem.)
Propiedad pública Custom Gets the contents of the Custom tag in the report definition. (Se hereda de ReportItem.)
Propiedad pública CustomProperties Gets or sets custom properties for the report item. (Se hereda de ReportItem.)
Propiedad pública DataElementName Gets the name of the data element for the report item. (Se hereda de ReportItem.)
Propiedad pública DataElementOutput Gets the DataElementOutputTypes used in the report item. (Se hereda de ReportItem.)
Propiedad pública HasToggle Gets a value that indicates whether the report definition defines a toggle item for this report item. (Se hereda de ReportItem.)
Propiedad pública Height Gets or sets the height of the item on the report, including a unit designator such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública Hidden Gets or sets a value indicating whether the item is hidden or not. (Se hereda de ReportItem.)
Propiedad pública ID Gets the identifier for the item on the report. (Se hereda de ReportItem.)
Propiedad pública InDocumentMap Gets a Boolean indicating whether this report item can appear in the document map. (Se hereda de ReportItem.)
Propiedad protegida IsCustomControl Infraestructura. Gets a value that indicates whether the report item is a custom control. (Se hereda de ReportItem.)
Propiedad pública IsFullSize Gets a value that indicates whether the top level item of a table cell, matrix member, or matrix cell item is expanded to 100%. (Se hereda de ReportItem.)
Propiedad pública IsToggleChild Gets a value indicating whether this item on the report can be rendered visible or invisible (toggled) through the control of another item. (Se hereda de ReportItem.)
Propiedad pública Label Gets or sets the document map label of the item on the report. (Se hereda de ReportItem.)
Propiedad pública Left Gets or sets the horizontal position of the left edge of the report item, including a unit designator such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública LinkToChild Gets an index into the ReportItem collection, if one exists, that references the ReportItem that should be linked to, using the document map, instead of the current item. (Se hereda de ReportItem.)
Propiedad pública Name Gets the name of the item on the report, as specified in the report definition. (Se hereda de ReportItem.)
Propiedad pública PrintOnFirstPage Indicates whether to render a PageHeader or PageFooter object on the first page.
Propiedad pública PrintOnLastPage Indicates whether to render a PageHeader or PageFooter object on the last page.
Propiedad pública RenderingInfo Gets or sets data specific to the current instance of the report item. (Se hereda de ReportItem.)
Propiedad pública RepeatedSibling Gets a value that indicates whether the ReportItem is duplicated on each page as a repeated sibling of another report item. (Se hereda de ReportItem.)
Propiedad pública ReportItemCollection Returns a collection of report items contained in this page section.
Propiedad pública SharedHidden Gets or sets a SharedHiddenState object indicating whether the item is always, never, or sometimes hidden. (Se hereda de ReportItem.)
Propiedad pública SharedRenderingInfo Gets or sets shared data for use in future rendering extensions. This data will be shared across every instance of this report item. (Se hereda de ReportItem.)
Propiedad pública Style Gets or sets the style properties defined for the report item. (Se hereda de ReportItem.)
Propiedad pública ToggleItem Gets the name of the toggle item for this report item. (Se hereda de ReportItem.)
Propiedad pública ToolTip Gets or sets the ToolTip text associated with the report item. (Se hereda de ReportItem.)
Propiedad pública Top Gets or sets the vertical position of the top edge of the report item, in units such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública UniqueName Gets the string that contains an autogenerated identifier. (Se hereda de ReportItem.)
Propiedad pública Width Gets or sets the width of the item on the report, including a unit designator such as cm, mm, in, pt, or pc. (Se hereda de ReportItem.)
Propiedad pública ZIndex Gets or sets the Z-index of the report item. (Se hereda de ReportItem.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público Find Finds the report item in the page section with the given unique name.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
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.ReportRendering