Поделиться через


Класс Page

Represents a page in the report.

Иерархия наследования

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
    Microsoft.ReportingServices.OnDemandReportRendering.Page

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public NotInheritable Class Page _
    Inherits ReportElement
'Применение
Dim instance As Page
public sealed class Page : ReportElement
public ref class Page sealed : public ReportElement
[<SealedAttribute>]
type Page =  
    class 
        inherit ReportElement 
    end
public final class Page extends ReportElement

Тип Page обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство BottomMargin Gets the width of the bottom margin.
Открытое свойство Columns Gets the default number of columns for rendering the report.
Открытое свойство ColumnSpacing Gets the spacing between each column in multi-column renderings.
Открытое свойство DefinitionPath Gets the path to this report definition object in the report definition. (Переопределяет ReportElement.DefinitionPath.)
Открытое свойство ID Gets the unique identifier for this report definition object. (Переопределяет ReportElement.ID.)
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object.
Открытое свойство InteractiveHeight Gets the default height for rendering the report when in an interactive renderer.
Открытое свойство InteractiveWidth Gets the default height for rendering the report when in an interactive renderer.
Открытое свойство LeftMargin Gets the width of the left margin.
Открытое свойство PageFooter Gets the footer that is rendered at the bottom of a report section.
Открытое свойство PageHeader Gets the header that is rendered at the top of a report section.
Открытое свойство PageHeight Gets the default height for rendering the report in a physical-page oriented renderer.
Открытое свойство PageWidth Gets the default width for rendering the report in a physical-page oriented renderer.
Открытое свойство ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Производный от ReportElement.)
Открытое свойство RightMargin Gets the width of the right margin.
Открытое свойство Style Gets the style properties of the page. (Переопределяет ReportElement.Style.)
Открытое свойство TopMargin Gets the width of the top margin.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering