StyleInstance.Format プロパティ
Style クラスの Format プロパティの計算値を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides Property Format As String
Get
Set
'使用
Dim instance As StyleInstance
Dim value As String
value = instance.Format
instance.Format = value
public override string Format { get; set; }
public:
virtual property String^ Format {
String^ get () override;
void set (String^ value) override;
}
abstract Format : string with get, set
override Format : string with get, set
override function get Format () : String
override function set Format (value : String)
プロパティ値
型: System.String
Format プロパティの計算値を表す string 値。