Before I go off and do this myself, I thought I'd check with the community to see if there is a nice transfomation in order to generate "design document" type outputs. Is there?
Hi All, I have a problem like this.I can get the report in report viewer but I can't change the default zooming size.Actually I want to come reports under the zooming level of Page Width.But it always comes under 100%.So how can i implement this.I want the reports comes under the zooming size ...
I'm using the PhotoApp sample from the SDK (WPFSamples\Demos\photoapp) and I'm adding a bunch of images to the content folder. When I'm at the top of the display and zoom the images, the zoom works as I would expect. The picture in the top left corner of the display stays at the top ...
Hi, i have some pictures in my database (msAccess) in blob field and i want to print it. The problem is that i want to respect the geometry of pictures and zoom it to the size of the control i put in my report (crystal report integrated with VS2005 ) the only 2 possibility i found in CR is : - ...
i'm currently building a basic graph package whereby lines (and bar charts/histograms etc) are drawn. the line's are drawn via the polyline elementi am just wondering if it is possible for the user to select an area using the mouse (left clicking then dragging), and then the canvas will only ...
Hi all,I'm developing a chart app using WPF, I met some problems during implementing zoom functionality, here is the details:I put all elements I want to zoom in a canvas called ZoomCanvas, which itself is in another Canvas called RootCanvas, the chart Axis, titles are all in RootCanvas, too. ...
Is there any way to zoom in while working in the editor? Usually this is not necessary but I have a few reports that have many small report items close together and it would make it a lot easier if I could zoom in....
I have a Canvas onto which I need to zoom in and zoom out. I am using the ScrollViewer and ScaleTransform to achieve this functionality. However whenever I zoom in , the Canvas is scaled but the region of Canvas that was previously visible through the ScrollViewer is no longer seen as it has ...
Ok,i've added custom build actions to the files that i want in my project zip, and tuned the internals of the projectfile to do so. When a build is done the zip is created (in the ProjectTemplatesExp folder) with the correct files inside of it.However, the project doesn't become available ...
The IronPython extensibility sample creates a web template using the MSBuild, I don't understand how it works however..the problem I find is that it difficult to add subfolders and keep the hierarchy in the template zip file. i've copied the .csproj msbuild code, can someone explain what's ...
Hi there, has anyone measured the performance of Panel.SetZIndex(this, Panel.GetZIndex(this) + 1); It works visually slow for me, causing nearly a half a second delay... Thanks, Dmitry ...