IsMaster Property (Report)
In This Topic
Gets or sets a value indicating whether the current report is a master report.
Syntax
'Declaration
Public Property IsMaster As Boolean
public bool IsMaster {get; set;}
Property Value
A
System.Boolean value indicating whether the current report is a master report.
See Also