CodeCharge Studio All C#.NET VB.NET

PercentOf Run-Time Property (.NET)

Applies to

ReportLabel control

Syntax

C#.NET

public string PercentOf{get;set;}

VB.NET

Public Property PercentOf() As String

Description

Retrieves or sets the name of the report group of which the percent value will be calculated. The possible values are "Report" or the name of any defined report group.

Examples

C#.NET

ReportLabel1.PercentOf = "Report";

VB.NET

ReportLabel1.PercentOf = "Report"

See also

Function Property


On-line, printable versions and updates