Partilhar via


Propriedade do RDL ReportSection.Page

Contains page layout information about the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Page As Page 
    Get 
    Set
'Uso
Dim instance As ReportSection 
Dim value As Page 

value = instance.Page

instance.Page = value
public Page Page { get; set; }
public:
property Page^ Page {
    Page^ get ();
    void set (Page^ value);
}
member Page : Page with get, set
function get Page () : Page 
function set Page (value : Page)

Valor da propriedade

Tipo: Microsoft.ReportingServices.RdlObjectModel.Page
A Page object.

Consulte também

Referência

ReportSection Classe

Namespace Microsoft.ReportingServices.RdlObjectModel