Compartilhar via


Propriedade do RDL FrameImage.ClipImage

Indicates the image should be clipped to the frame outline.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property ClipImage As ReportBoolProperty 
    Get
'Uso
Dim instance As FrameImage 
Dim value As ReportBoolProperty 

value = instance.ClipImage
public ReportBoolProperty ClipImage { get; }
public:
property ReportBoolProperty^ ClipImage {
    ReportBoolProperty^ get ();
}
member ClipImage : ReportBoolProperty
function get ClipImage () : ReportBoolProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

FrameImage Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering