Report.Author 属性
Author of the report.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property Author As String
Get
Set
用法
Dim instance As Report
Dim value As String
value = instance.Author
instance.Author = value
public string Author { get; set; }
public:
property String^ Author {
String^ get ();
void set (String^ value);
}
member Author : string with get, set
function get Author () : String
function set Author (value : String)
属性值
类型:System.String
A string value.