StyleInstance.Format 屬性
Gets the calculated value of the Format property in a Style class.
命名空間: 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
A string value that represents the calculated value of the Format property.