Report.Author 属性

定义

获取报表作者的姓名。

public:
 property System::String ^ Author { System::String ^ get(); };
public string Author { get; }
member this.Author : string
Public ReadOnly Property Author As String

属性值

String

一个包含报表作者的姓名的String值。

适用于