Właściwość PageSection.PrintBetweenSections
Pobiera wartość wskazująca, czy sekcja strona powinien być odwzorowywany między sekcje raportu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property PrintBetweenSections As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
A wartość logiczna value.
Zobacz także