次の方法で共有


Format プロパティ

Microsoft .NET Framework の書式設定文字列に評価される式を取得します。詳細については、https://msdn2.microsoft.com/en-us/library/fbxft59x.aspx を参照してください。

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

構文

'宣言
Public MustOverride ReadOnly Property Format As ReportStringProperty
    Get
'使用
Dim instance As StyleBase
Dim value As ReportStringProperty

value = instance.Format
public abstract ReportStringProperty Format { get; }
public:
virtual property ReportStringProperty^ Format {
    ReportStringProperty^ get () abstract;
}
abstract Format : ReportStringProperty
abstract function get Format () : ReportStringProperty