Classe PageSection
Represents the layout of report items to appear at the top or bottom of every page of the report.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class PageSection _
Inherits ReportElement
'Utilizzo
Dim instance As PageSection
public sealed class PageSection : ReportElement
public ref class PageSection sealed : public ReportElement
[<SealedAttribute>]
type PageSection =
class
inherit ReportElement
end
public final class PageSection extends ReportElement
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElement
Microsoft.ReportingServices.OnDemandReportRendering..::..PageSection
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche