Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether to reset the page number at the beginning of the parent report item.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ResetPageNumber As ReportExpression(Of Boolean)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A [T:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool>] object.