次の方法で共有


DataValue.Name プロパティ

データ値の名前を取得します。

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

構文

'宣言
Public ReadOnly Property Name As ReportStringProperty 
    Get
'使用
Dim instance As DataValue 
Dim value As ReportStringProperty 

value = instance.Name
public ReportStringProperty Name { get; }
public:
property ReportStringProperty^ Name {
    ReportStringProperty^ get ();
}
member Name : ReportStringProperty
function get Name () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ReportStringProperty 値。

関連項目

参照

DataValue クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間