CustomProperty クラス

レポート、レポート アイテム、またはグループのカスタム プロパティです。このクラスは継承できません。

継承階層

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..CustomProperty

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

構文

'宣言
Public NotInheritable Class CustomProperty
'使用
Dim instance As CustomProperty
public sealed class CustomProperty
public ref class CustomProperty sealed
[<SealedAttribute>]
type CustomProperty =  class end
public final class CustomProperty

CustomProperty 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド CustomProperty CustomProperty オブジェクトを構築します。

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Name カスタム プロパティの名前を返します。
パブリック プロパティ Value カスタム プロパティの値を返します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

説明

null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) に評価されるデータがなく、CustomData オブジェクトに含まれる、式ベースの Name または Value です。

行がない場合でも評価する必要がある式を持つカスタム プロパティは、CustomReportItem に配置してください。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。