StyleBaseInstance.Format 属性

Gets the calculated value of the Format property in a StyleBase class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride Property Format As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
A string value that represents the calculated value of the Format property.

请参阅

参考

StyleBaseInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间