Gets or sets the author of the report.
Namespace:
C1.C1Rdl.Rdl2008Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[BrowsableAttribute(true)] public string Author { get; set; } |
| Visual Basic |
|---|
<BrowsableAttribute(True)> _ Public Property Author As String Get Set |