Partilhar via


Classe ReportPageSettings

Represents the page settings for a report.

Hierarquia de herança

Object
  Microsoft.Reporting.WebForms.ReportPageSettings

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public NotInheritable Class ReportPageSettings
[SerializableAttribute]
public sealed class ReportPageSettings
[SerializableAttribute]
public ref class ReportPageSettings sealed
[<Sealed>]
[<SerializableAttribute>]
type ReportPageSettings =  class end
public final class ReportPageSettings

O tipo ReportPageSettings expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública IsLandscape Indicates whether the orientation of the report as defined in the report definition file is landscape.
Propriedade pública Margins Represents the margins for a report page. Read-only.
Propriedade pública PaperSize Represents the paper size settings for a report page. Read-only.

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.Reporting.WebForms