言語

ColorProperty(String, Nullable<ReportColor>) コンストラクター

定義

ColorProperty クラスの新しいインスタンスを初期化します。

public:
 ColorProperty(System::String ^ name, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportColor> defaultValue);
public ColorProperty(string name, Microsoft.ReportingServices.RdlObjectModel.ReportColor? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.ColorProperty : string * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportColor> -> Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Public Sub New (name As String, defaultValue As Nullable(Of ReportColor))

パラメーター

name
String

色の名前です。

defaultValue
Nullable<ReportColor>

色の対象。

適用対象