Compartilhar via


Propriedade do RDL PageSection.PrintBetweenSections

Gets a value that indicates whether the page section should be rendered between report sections.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property PrintBetweenSections As Boolean 
    Get
'Uso
Dim instance As PageSection 
Dim value As Boolean 

value = instance.PrintBetweenSections
public bool PrintBetweenSections { get; }
public:
property bool PrintBetweenSections {
    bool get ();
}
member PrintBetweenSections : bool
function get PrintBetweenSections () : boolean

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

PageSection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering