Proprietà MapLineTemplateInstance.Width
Gets the calculated value of the Width property in a MapLineTemplate class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Width As ReportSize
Get
'Utilizzo
Dim instance As MapLineTemplateInstance
Dim value As ReportSize
value = instance.Width
public ReportSize Width { get; }
public:
property ReportSize^ Width {
ReportSize^ get ();
}
member Width : ReportSize
function get Width () : ReportSize
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the ReportSize property.
Vedere anche
Riferimento
MapLineTemplateInstance Classe
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering