Report.Author 属性

Gets or sets the 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
The author of the report.

请参阅

参考

Report 类

Microsoft.ReportingServices.RdlObjectModel 命名空间