Propriedade do RDL MapViewport.ContentMargin
Gets the margin between a map viewport and its content.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property ContentMargin As ReportSizeProperty
Get
'Uso
Dim instance As MapViewport
Dim value As ReportSizeProperty
value = instance.ContentMargin
public ReportSizeProperty ContentMargin { get; }
public:
property ReportSizeProperty^ ContentMargin {
ReportSizeProperty^ get ();
}
member ContentMargin : ReportSizeProperty
function get ContentMargin () : ReportSizeProperty
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering