CodeCharge Studio All C#.NET VB.NET

ResetAt Run-Time Property (.NET)

Applies to

ReportLabel Control

Syntax

C#.NET

public string ResetAt{get;set;}

VB.NET

Public Property ResetAt() As String

Description

Retrieves or sets the name of the section where the corresponding control's value should be reset. Possible values are "Report", "Page" or name of any defined report group.

Examples

C#.NET

ReportLabel1.ResetAt = "Page";

VB.NET

ReportLabel1.ResetAt = "Page"

See also

Function Property,PercentOf Property


On-line, printable versions and updates