次の方法で共有


ReportColor コンストラクター (String)

ReportColor の新しいインスタンスを作成します。

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

構文

'宣言
Public Sub New ( _
    color As String _
)
'使用
Dim color As String 

Dim instance As New ReportColor(color)
public ReportColor(
    string color
)
public:
ReportColor(
    String^ color
)
new : 
        color:string -> ReportColor
public function ReportColor(
    color : String
)

パラメーター

関連項目

参照

ReportColor クラス

ReportColor オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間