Propriedade do RDL MapLineTemplateInstance.Width
Gets the calculated value of the Width property in a MapLineTemplate class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Width As ReportSize
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the ReportSize property.
Consulte também
Referência
MapLineTemplateInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering