次の方法で共有


ReportItemInstance.DocumentMapLabel プロパティ

ReportItem クラスの DocumentMapLabel プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property DocumentMapLabel As String 
    Get 
    Set
'使用
Dim instance As ReportItemInstance 
Dim value As String 

value = instance.DocumentMapLabel

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

プロパティ値

型: System.String
DocumentMapLabel プロパティの計算値を表す string 値。

関連項目

参照

ReportItemInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間