Format プロパティ
Microsoft .NET Framework の書式設定文字列に評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public Overrides ReadOnly Property Format As ReportStringProperty
Get
'使用
Dim instance As Style
Dim value As ReportStringProperty
value = instance.Format
public override ReportStringProperty Format { get; }
public:
virtual property ReportStringProperty^ Format {
ReportStringProperty^ get () override;
}
abstract Format : ReportStringProperty
override Format : ReportStringProperty
override function get Format () : ReportStringProperty