Udostępnij przez


Właściwość PageBreak.ResetPageNumber

Wskazuje, czy zresetować numer strona na początku nadrzędnego element raportu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ResetPageNumber As ReportExpression(Of Boolean)
    Get
    Set
'Użycie
Dim instance As PageBreak
Dim value As ReportExpression(Of Boolean)

value = instance.ResetPageNumber

instance.ResetPageNumber = value
public ReportExpression<bool> ResetPageNumber { get; set; }
public:
property ReportExpression<bool> ResetPageNumber {
    ReportExpression<bool> get ();
    void set (ReportExpression<bool> value);
}
member ResetPageNumber : ReportExpression<bool> with get, set
function get ResetPageNumber () : ReportExpression<boolean>
function set ResetPageNumber (value : ReportExpression<boolean>)

Wartość właściwości

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] obiektu.