Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the Format property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Property Format As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string value that represents the calculated value of the Format property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace