Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the calculated value of the FontFamily property in a StyleBase class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride Property FontFamily As String
Get
Set
'Usage
Dim instance As StyleBaseInstance
Dim value As String
value = instance.FontFamily
instance.FontFamily = value
public abstract string FontFamily { get; set; }
public:
virtual property String^ FontFamily {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract FontFamily : string with get, set
abstract function get FontFamily () : String
abstract function set FontFamily (value : String)
Property Value
Type: System.String
A string value that represents the calculated value of the FontFamily property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace