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