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