PageSection.PrintBetweenSections-Eigenschaft
Gets a value that indicates whether the page section should be rendered between report sections.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property PrintBetweenSections As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
A Boolean value.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace