Classe Page
Represents a page in the report.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..Page
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class Page _
Inherits ReportObject
'Uso
Dim instance As Page
public class Page : ReportObject
public ref class Page : public ReportObject
type Page =
class
inherit ReportObject
end
public class Page extends ReportObject
O tipo Page expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BottomMargin | Width of the bottom margin. | |
Columns | Default number of columns for rendering the report. | |
ColumnSpacing | Spacing between each column in multi-column renderings. | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
InteractiveHeight | Default height for rendering the report when in an interactive renderer. | |
InteractiveWidth | Default height for rendering the report when in an interactive renderer. | |
LeftMargin | Width of the left margin. | |
PageFooter | The footer that is rendered at the bottom of each page of the report. | |
PageHeader | The header that is rendered at the top of each page of the report. | |
PageHeight | Default height for rendering the report in a physical-page oriented renderer. | |
PageWidth | Default width for rendering the report in a physical-page oriented renderer. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
RightMargin | Width of the right margin. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Style | Style information for the page. | |
TopMargin | Width of the top margin. |
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 Page class. (Substitui ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infraestrutura. (Substitui ReportObject. . :: . .InitializeForDesigner() () () ().) | |
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.