次の方法で共有


ReportSection.ID プロパティ

このレポート定義オブジェクトの一意の識別子を取得します。

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

構文

'宣言
Public ReadOnly Property ID As String 
    Get
'使用
Dim instance As ReportSection 
Dim value As String 

value = instance.ID
public string ID { get; }
public:
property String^ ID {
    String^ get ();
}
member ID : string
function get ID () : String

プロパティ値

型: System.String
string 値です。

関連項目

参照

ReportSection クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間