次の方法で共有


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

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

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

構文

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

Dim instance As New ReportColor(color, allowTransparency)
public ReportColor(
    string color,
    bool allowTransparency
)
public:
ReportColor(
    String^ color, 
    bool allowTransparency
)
new : 
        color:string * 
        allowTransparency:bool -> ReportColor
public function ReportColor(
    color : String, 
    allowTransparency : boolean
)

パラメーター

  • allowTransparency
    型: System.Boolean
    色の透明度を使用できるかどうか。

関連項目

参照

ReportColor クラス

ReportColor オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間