Proprietà StyleInstance.Format
Gets the calculated value of the Format property in a Style class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overrides Property Format As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
A string value that represents the calculated value of the Format property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering