ReportAction.ReportServer 属性

Gets or sets the report action server.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property ReportServer As String 
    Get 
    Set
用法
Dim instance As ReportAction 
Dim value As String 

value = instance.ReportServer

instance.ReportServer = value
public string ReportServer { get; set; }
public:
property String^ ReportServer {
    String^ get ();
    void set (String^ value);
}
member ReportServer : string with get, set
function get ReportServer () : String 
function set ReportServer (value : String)

属性值

类型:System.String
The report action server.

请参阅

参考

ReportAction 类

Microsoft.AnalysisServices 命名空间