Поделиться через


Свойство PageSection.PrintOnFirstPage

Gets a value that indicates if the page section should be rendered on the first page of a report section.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property PrintOnFirstPage As Boolean 
    Get
'Применение
Dim instance As PageSection 
Dim value As Boolean 

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

Значение свойства

Тип: System.Boolean
A Boolean value.

См. также

Справочник

PageSection Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering