Właściwość FrameImage.ClipImage
Wskazuje konspekt ramki przycinania obrazu.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ClipImage As ReportExpression(Of Boolean)
Get
Set
'Użycie
Dim instance As FrameImage
Dim value As ReportExpression(Of Boolean)
value = instance.ClipImage
instance.ClipImage = value
public ReportExpression<bool> ClipImage { get; set; }
public:
property ReportExpression<bool> ClipImage {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ClipImage : ReportExpression<bool> with get, set
function get ClipImage () : ReportExpression<boolean>
function set ClipImage (value : ReportExpression<boolean>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> obiektu.