Classe PageSection
Represents the layout of report items to appear at the top or bottom of every page of the report.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportElement
Microsoft.ReportingServices.RdlObjectModel..::..PageSection
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class PageSection _
Inherits ReportElement
'Uso
Dim instance As PageSection
public class PageSection : ReportElement
public ref class PageSection : public ReportElement
type PageSection =
class
inherit ReportElement
end
public class PageSection extends ReportElement
O tipo PageSection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
Height | Height of the page section. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
PrintBetweenSections | Indicates whether to print the page section between report sections. | |
PrintOnFirstPage | Indicates if the page section should be shown on the first page of the report. | |
PrintOnLastPage | Indicates if the page section should be shown on the last page of the report. | |
ReportItems | The region that contains the elements of the page section layout. No data regions or subreports are allowed in the page section. All page breaks are ignored in the page section. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Style | Gets the style properties of this report definition object. (Herdado de ReportElement.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes an instance of the PageSection class. (Substitui ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infraestrutura. (Herdado de ReportElement.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.