Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace