Report.Author Property

Definition

Gets or sets the author of the report.

public:
 property System::String ^ Author { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
public string Author { get; set; }
[<System.ComponentModel.DefaultValue("")>]
member this.Author : string with get, set
Public Property Author As String

Property Value

The author of the report.

Attributes

Applies to