Udostępnij za pośrednictwem


Właściwość StyleBaseInstance.Format

Pobiera wartość obliczoną Format właściwość w StyleBase klasy

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public MustOverride Property Format As String
    Get
    Set
'Użycie
Dim instance As StyleBaseInstance
Dim value As String

value = instance.Format

instance.Format = value
public abstract string Format { get; set; }
public:
virtual property String^ Format {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Format : string with get, set
abstract function get Format () : String
abstract function set Format (value : String)

Wartość właściwości

Typ: System.String
A ciąg wartości reprezentującej obliczonej wartości Format właściwość.