Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the calculated value of the Format property in a StyleBase class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride Property Format As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string value that represents the calculated value of the Format property.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering